#8B85EE

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

Shades of Light Slate Blue #8B85EE

Tints of Light Slate Blue #8B85EE

Color information

#8B85EE (or 0x8B85EE) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 85 and EE. RGB value is (139,133,238). Sum of RGB (Red+Green+Blue) = 139+133+238=510 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.25% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B85EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B85EE is #747A11. Grayscale: #929292. Windows color (decimal): -7633426 or 15631755. OLE color: 15631755.

HSL color Cylindrical-coordinate representation of color #8B85EE: hue angle of 243.43º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B85EE is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB139133238-
CMYK0.420.4400.07
HSL243.43º75.54%72.75%-
HSV(B)243.43º44.12%93.33%-
XYZ34.4728.4484.56-
YUV146.76179.49122.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.25%
GREEN value IS 133 (52.34% from 255) = 26.08%
BLUE value IS 238 (93.36% from 255) = 46.67%
R=27.25%
G=26.08%
B=46.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1391332380.420.4400.07243.4375.5472.75
Hex8B85EE2A2C07f34c49
Octal213205356525407363114111
Binary10001011100001011110111010101010110001111111001110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B85EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,133,238); }

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

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

 a { background-color: rgb(139,133,238); }

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

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

 span { border-color: rgb(139,133,238); }

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