#9090FC

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

Shades of Light Slate Blue #9090FC

Tints of Light Slate Blue #9090FC

Color information

#9090FC (or 0x9090FC) is unknown color: approx Light Slate Blue. HEX triplet: 90, 90 and FC. RGB value is (144,144,252). Sum of RGB (Red+Green+Blue) = 144+144+252=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #9090FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9090FC is #6F6F03. Grayscale: #9B9B9B. Windows color (decimal): -7302916 or 16552080. OLE color: 16552080.

HSL color Cylindrical-coordinate representation of color #9090FC: hue angle of 240º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9090FC is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144144252-
CMYK0.430.4300.01
HSL240º94.74%77.65%-
HSV(B)240º42.86%98.82%-
XYZ39.0532.996.39-
YUV156.31182119.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.67%
GREEN value IS 144 (56.64% from 255) = 26.67%
BLUE value IS 252 (98.83% from 255) = 46.67%
R=26.67%
G=26.67%
B=46.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441442520.430.4300.0124094.7477.65
Hex9090FC2B2B01f05f4e
Octal220220374535301360137116
Binary100100001001000011111100101011101011011111000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9090FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9090FC; }

 p { color: rgb(144,144,252); }

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

<style>
 a { background-color: #9090FC; }

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

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

<style>
 span { border-color: #9090FC; }

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

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