#9089FC

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

Shades of Light Slate Blue #9089FC

Tints of Light Slate Blue #9089FC

Color information

#9089FC (or 0x9089FC) is unknown color: approx Light Slate Blue. HEX triplet: 90, 89 and FC. RGB value is (144,137,252). Sum of RGB (Red+Green+Blue) = 144+137+252=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #9089FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9089FC is #6F7603. Grayscale: #979797. Windows color (decimal): -7304708 or 16550288. OLE color: 16550288.

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

Color convert

RGB144137252-
CMYK0.430.4600.01
HSL243.65º95.04%76.27%-
HSV(B)243.65º45.63%98.82%-
XYZ38.0230.8596.05-
YUV152.2184.32122.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.02%
GREEN value IS 137 (53.91% from 255) = 25.70%
BLUE value IS 252 (98.83% from 255) = 47.28%
R=27.02%
G=25.70%
B=47.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441372520.430.4600.01243.6595.0476.27
Hex9089FC2B2E01f45f4c
Octal220211374535601364137114
Binary100100001000100111111100101011101110011111010010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9089FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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