#8C82EF

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

Shades of Light Slate Blue #8C82EF

Tints of Light Slate Blue #8C82EF

Color information

#8C82EF (or 0x8C82EF) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 82 and EF. RGB value is (140,130,239). Sum of RGB (Red+Green+Blue) = 140+130+239=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C82EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C82EF is #737D10. Grayscale: #909090. Windows color (decimal): -7568657 or 15696524. OLE color: 15696524.

HSL color Cylindrical-coordinate representation of color #8C82EF: hue angle of 245.5º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C82EF is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB140130239-
CMYK0.410.4600.06
HSL245.5º77.3%72.35%-
HSV(B)245.5º45.61%93.73%-
XYZ34.3827.7785.21-
YUV145.42180.81124.14-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.50%
GREEN value IS 130 (51.17% from 255) = 25.54%
BLUE value IS 239 (93.75% from 255) = 46.95%
R=27.50%
G=25.54%
B=46.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1401302390.410.4600.06245.577.372.35
Hex8C82EF292E06f64d48
Octal214202357515606366115110
Binary10001100100000101110111110100110111001101111011010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C82EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,130,239); }

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

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

 a { background-color: rgb(140,130,239); }

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

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

 span { border-color: rgb(140,130,239); }

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