#838AF6

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

Shades of Light Slate Blue #838AF6

Tints of Light Slate Blue #838AF6

Color information

#838AF6 (or 0x838AF6) is unknown color: approx Light Slate Blue. HEX triplet: 83, 8A and F6. RGB value is (131,138,246). Sum of RGB (Red+Green+Blue) = 131+138+246=515 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.44% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #838AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838AF6 is #7C7509. Grayscale: #939393. Windows color (decimal): -8156426 or 16157315. OLE color: 16157315.

HSL color Cylindrical-coordinate representation of color #838AF6: hue angle of 236.35º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #838AF6 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB131138246-
CMYK0.470.4400.04
HSL236.35º86.47%73.92%-
HSV(B)236.35º46.75%96.47%-
XYZ35.0829.6691.06-
YUV148.22183.18115.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.44%
GREEN value IS 138 (54.30% from 255) = 26.80%
BLUE value IS 246 (96.48% from 255) = 47.77%
R=25.44%
G=26.80%
B=47.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1311382460.470.4400.04236.3586.4773.92
Hex838AF62F2C04ec564a
Octal203212366575404354126112
Binary10000011100010101111011010111110110001001110110010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838AF6; }

 p { color: rgb(131,138,246); }

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

<style>
 a { background-color: #838AF6; }

 a { background-color: rgb(131,138,246); }

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

<style>
 span { border-color: #838AF6; }

 span { border-color: rgb(131,138,246); }

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