#8A82F6

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

Shades of Light Slate Blue #8A82F6

Tints of Light Slate Blue #8A82F6

Color information

#8A82F6 (or 0x8A82F6) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 82 and F6. RGB value is (138,130,246). Sum of RGB (Red+Green+Blue) = 138+130+246=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #8A82F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A82F6 is #757D09. Grayscale: #919191. Windows color (decimal): -7699722 or 16155274. OLE color: 16155274.

HSL color Cylindrical-coordinate representation of color #8A82F6: hue angle of 244.14º degrees, saturation: 0.87, 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 #8A82F6 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB138130246-
CMYK0.440.4700.04
HSL244.14º86.57%73.73%-
HSV(B)244.14º47.15%96.47%-
XYZ35.128.0290.75-
YUV145.62184.65122.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.85%
GREEN value IS 130 (51.17% from 255) = 25.29%
BLUE value IS 246 (96.48% from 255) = 47.86%
R=26.85%
G=25.29%
B=47.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1381302460.440.4700.04244.1486.5773.73
Hex8A82F62C2F04f4574a
Octal212202366545704364127112
Binary10001010100000101111011010110010111101001111010010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A82F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A82F6; }

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

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

<style>
 a { background-color: #8A82F6; }

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

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

<style>
 span { border-color: #8A82F6; }

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

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