#836EF4

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

Shades of Light Slate Blue #836EF4

Tints of Light Slate Blue #836EF4

Color information

#836EF4 (or 0x836EF4) is unknown color: approx Light Slate Blue. HEX triplet: 83, 6E and F4. RGB value is (131,110,244). Sum of RGB (Red+Green+Blue) = 131+110+244=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 244 (95.70% from 255 or 50.31% from 485); Max value from RGB is 244 - color contains mainly: blue. Hex color #836EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #836EF4 is #7C910B. Grayscale: #838383. Windows color (decimal): -8163596 or 16019075. OLE color: 16019075.

HSL color Cylindrical-coordinate representation of color #836EF4: hue angle of 249.4º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #836EF4 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB131110244-
CMYK0.460.5500.04
HSL249.4º85.9%69.41%-
HSV(B)249.4º54.92%95.69%-
XYZ31.2722.5188.28-
YUV131.56191.46127.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.01%
GREEN value IS 110 (43.36% from 255) = 22.68%
BLUE value IS 244 (95.70% from 255) = 50.31%
R=27.01%
G=22.68%
B=50.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1311102440.460.5500.04249.485.969.41
Hex836EF42E3704f95645
Octal203156364566704371126105
Binary1000001111011101111010010111011011101001111100110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836EF4; }

 p { color: rgb(131,110,244); }

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

<style>
 a { background-color: #836EF4; }

 a { background-color: rgb(131,110,244); }

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

<style>
 span { border-color: #836EF4; }

 span { border-color: rgb(131,110,244); }

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