#8F93FE

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

Shades of Light Slate Blue #8F93FE

Tints of Light Slate Blue #8F93FE

Color information

#8F93FE (or 0x8F93FE) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 93 and FE. RGB value is (143,147,254). Sum of RGB (Red+Green+Blue) = 143+147+254=544 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.29% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F93FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F93FE is #706C01. Grayscale: #9D9D9D. Windows color (decimal): -7367682 or 16683919. OLE color: 16683919.

HSL color Cylindrical-coordinate representation of color #8F93FE: hue angle of 237.84º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F93FE is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB143147254-
CMYK0.440.4200.00
HSL237.84º98.23%77.84%-
HSV(B)237.84º43.7%99.61%-
XYZ39.6533.8698.21-
YUV158182.17117.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.29%
GREEN value IS 147 (57.81% from 255) = 27.02%
BLUE value IS 254 (99.61% from 255) = 46.69%
R=26.29%
G=27.02%
B=46.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1431472540.440.4200.00237.8498.2377.84
Hex8F93FE2C2A00ee624e
Octal217223376545200356142116
Binary100011111001001111111110101100101010001110111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F93FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,147,254); }

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

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

 a { background-color: rgb(143,147,254); }

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

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

 span { border-color: rgb(143,147,254); }

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