#8B85EA

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

Shades of Light Slate Blue #8B85EA

Tints of Light Slate Blue #8B85EA

Color information

#8B85EA (or 0x8B85EA) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 85 and EA. RGB value is (139,133,234). Sum of RGB (Red+Green+Blue) = 139+133+234=506 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.47% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B85EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B85EA is #747A15. Grayscale: #919191. Windows color (decimal): -7633430 or 15369611. OLE color: 15369611.

HSL color Cylindrical-coordinate representation of color #8B85EA: hue angle of 243.56º degrees, saturation: 0.71, 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 #8B85EA is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139133234-
CMYK0.410.4300.08
HSL243.56º70.63%71.96%-
HSV(B)243.56º43.16%91.76%-
XYZ33.8928.281.5-
YUV146.31177.49122.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.47%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 234 (91.80% from 255) = 46.25%
R=27.47%
G=26.28%
B=46.25%

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
Decimal1391332340.410.4300.08243.5670.6371.96
Hex8B85EA292B08f44748
Octal2132053525153010364107110
Binary100010111000010111101010101001101011010001111010010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B85EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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