#8F88EF

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

Shades of Light Slate Blue #8F88EF

Tints of Light Slate Blue #8F88EF

Color information

#8F88EF (or 0x8F88EF) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 88 and EF. RGB value is (143,136,239). Sum of RGB (Red+Green+Blue) = 143+136+239=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F88EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F88EF is #707710. Grayscale: #959595. Windows color (decimal): -7370513 or 15698063. OLE color: 15698063.

HSL color Cylindrical-coordinate representation of color #8F88EF: hue angle of 244.08º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F88EF is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB143136239-
CMYK0.400.4300.06
HSL244.08º76.3%73.53%-
HSV(B)244.08º43.1%93.73%-
XYZ35.7129.6885.51-
YUV149.84178.32123.12-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.61%
GREEN value IS 136 (53.52% from 255) = 26.25%
BLUE value IS 239 (93.75% from 255) = 46.14%
R=27.61%
G=26.25%
B=46.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1431362390.400.4300.06244.0876.373.53
Hex8F88EF282B06f44c4a
Octal217210357505306364114112
Binary10001111100010001110111110100010101101101111010010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F88EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,136,239); }

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

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

 a { background-color: rgb(143,136,239); }

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

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

 span { border-color: rgb(143,136,239); }

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