#8D82EF

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

Shades of Light Slate Blue #8D82EF

Tints of Light Slate Blue #8D82EF

Color information

#8D82EF (or 0x8D82EF) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 82 and EF. RGB value is (141,130,239). Sum of RGB (Red+Green+Blue) = 141+130+239=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D82EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D82EF is #727D10. Grayscale: #919191. Windows color (decimal): -7503121 or 15696525. OLE color: 15696525.

HSL color Cylindrical-coordinate representation of color #8D82EF: hue angle of 246.06º 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 #8D82EF is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB141130239-
CMYK0.410.4600.06
HSL246.06º77.3%72.35%-
HSV(B)246.06º45.61%93.73%-
XYZ34.5527.8685.22-
YUV145.72180.64124.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.65%
GREEN value IS 130 (51.17% from 255) = 25.49%
BLUE value IS 239 (93.75% from 255) = 46.86%
R=27.65%
G=25.49%
B=46.86%

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
Decimal1411302390.410.4600.06246.0677.372.35
Hex8D82EF292E06f64d48
Octal215202357515606366115110
Binary10001101100000101110111110100110111001101111011010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D82EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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