#835CDE

Color #835CDE Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #835CDE

Tints of Medium Slate Blue #835CDE

Color information

#835CDE (or 0x835CDE) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 5C and DE. RGB value is (131,92,222). Sum of RGB (Red+Green+Blue) = 131+92+222=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #835CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CDE is #7CA321. Grayscale: #757575. Windows color (decimal): -8168226 or 14572675. OLE color: 14572675.

HSL color Cylindrical-coordinate representation of color #835CDE: hue angle of 258º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #835CDE is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13192222-
CMYK0.410.5900.13
HSL258º66.33%61.57%-
HSV(B)258º58.56%87.06%-
XYZ26.3717.7571.14-
YUV118.48186.42136.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 29.44%
GREEN value IS 92 (36.33% from 255) = 20.67%
BLUE value IS 222 (87.11% from 255) = 49.89%
R=29.44%
G=20.67%
B=49.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal131922220.410.5900.1325866.3361.57
Hex835CDE293B0D102423e
Octal203134336517301540210276
Binary10000011101110011011110101001111011011011000000101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835CDE; }

 p { color: rgb(131,92,222); }

 H1.HeaderClassName
 {
   color: #835CDE;
 }
 .AnyTagClassName
 {
   color: #835CDE;
 }
</style>
background-color css

<style>
 a { background-color: #835CDE; }

 a { background-color: rgb(131,92,222); }

 div.DivClassName
 {
   background-color: #835CDE;
 }
 .BgClassName
 {
   background-color: #835CDE;
 }
</style>
border-color css

<style>
 span { border-color: #835CDE; }

 span { border-color: rgb(131,92,222); }

 td.TdClassName
 {
   border-color: #835CDE;
 }
 .TagClassName
 {
   border-color: #835CDE;
 }
</style>