#8F85EB

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

Shades of Light Slate Blue #8F85EB

Tints of Light Slate Blue #8F85EB

Color information

#8F85EB (or 0x8F85EB) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 85 and EB. RGB value is (143,133,235). Sum of RGB (Red+Green+Blue) = 143+133+235=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F85EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F85EB is #707A14. Grayscale: #939393. Windows color (decimal): -7371285 or 15435151. OLE color: 15435151.

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

Color convert

RGB143133235-
CMYK0.390.4300.08
HSL245.88º71.83%72.16%-
HSV(B)245.88º43.4%92.16%-
XYZ34.7128.6182.29-
YUV147.62177.31124.71-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.98%
GREEN value IS 133 (52.34% from 255) = 26.03%
BLUE value IS 235 (92.19% from 255) = 45.99%
R=27.98%
G=26.03%
B=45.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431332350.390.4300.08245.8871.8372.16
Hex8F85EB272B08f64848
Octal2172053534753010366110110
Binary100011111000010111101011100111101011010001111011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F85EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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