#8F90FF

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

Shades of Light Slate Blue #8F90FF

Tints of Light Slate Blue #8F90FF

Color information

#8F90FF (or 0x8F90FF) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 90 and FF. RGB value is (143,144,255). Sum of RGB (Red+Green+Blue) = 143+144+255=542 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.38% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F90FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F90FF is #706F00. Grayscale: #9B9B9B. Windows color (decimal): -7368449 or 16748687. OLE color: 16748687.

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

Color convert

RGB143144255-
CMYK0.440.4400
HSL239.46º100%78.04%-
HSV(B)239.46º43.92%100%-
XYZ39.3533.0198.9-
YUV156.35183.67118.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.38%
GREEN value IS 144 (56.64% from 255) = 26.57%
BLUE value IS 255 (100% from 255) = 47.05%
R=26.38%
G=26.57%
B=47.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1431442550.440.4400239.4610078.04
Hex8F90FF2C2C00ef644e
Octal217220377545400357144116
Binary100011111001000011111111101100101100001110111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F90FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,144,255); }

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

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

 a { background-color: rgb(143,144,255); }

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

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

 span { border-color: rgb(143,144,255); }

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