#8B85EB

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

Shades of Light Slate Blue #8B85EB

Tints of Light Slate Blue #8B85EB

Color information

#8B85EB (or 0x8B85EB) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 85 and EB. RGB value is (139,133,235). Sum of RGB (Red+Green+Blue) = 139+133+235=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #8B85EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B85EB is #747A14. Grayscale: #929292. Windows color (decimal): -7633429 or 15435147. OLE color: 15435147.

HSL color Cylindrical-coordinate representation of color #8B85EB: hue angle of 243.53º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B85EB is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139133235-
CMYK0.410.4300.08
HSL243.53º71.83%72.16%-
HSV(B)243.53º43.4%92.16%-
XYZ34.0328.2682.26-
YUV146.42177.99122.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.42%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 235 (92.19% from 255) = 46.35%
R=27.42%
G=26.23%
B=46.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391332350.410.4300.08243.5371.8372.16
Hex8B85EB292B08f44848
Octal2132053535153010364110110
Binary100010111000010111101011101001101011010001111010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B85EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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