#9890FC

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

Shades of Light Slate Blue #9890FC

Tints of Light Slate Blue #9890FC

Color information

#9890FC (or 0x9890FC) is unknown color: approx Light Slate Blue. HEX triplet: 98, 90 and FC. RGB value is (152,144,252). Sum of RGB (Red+Green+Blue) = 152+144+252=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #9890FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9890FC is #676F03. Grayscale: #9E9E9E. Windows color (decimal): -6778628 or 16552088. OLE color: 16552088.

HSL color Cylindrical-coordinate representation of color #9890FC: hue angle of 244.44º 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 #9890FC is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152144252-
CMYK0.400.4300.01
HSL244.44º94.74%77.65%-
HSV(B)244.44º42.86%98.82%-
XYZ40.4933.6596.46-
YUV158.7180.65123.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.74%
GREEN value IS 144 (56.64% from 255) = 26.28%
BLUE value IS 252 (98.83% from 255) = 45.99%
R=27.74%
G=26.28%
B=45.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521442520.400.4300.01244.4494.7477.65
Hex9890FC282B01f45f4e
Octal230220374505301364137116
Binary100110001001000011111100101000101011011111010010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9890FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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