#9990FB

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

Shades of Light Slate Blue #9990FB

Tints of Light Slate Blue #9990FB

Color information

#9990FB (or 0x9990FB) is unknown color: approx Light Slate Blue. HEX triplet: 99, 90 and FB. RGB value is (153,144,251). Sum of RGB (Red+Green+Blue) = 153+144+251=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #9990FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9990FB is #666F04. Grayscale: #9E9E9E. Windows color (decimal): -6713093 or 16486553. OLE color: 16486553.

HSL color Cylindrical-coordinate representation of color #9990FB: hue angle of 245.05º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9990FB is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153144251-
CMYK0.390.4300.02
HSL245.05º93.04%77.45%-
HSV(B)245.05º42.63%98.43%-
XYZ40.5233.6895.63-
YUV158.89179.98123.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.92%
GREEN value IS 144 (56.64% from 255) = 26.28%
BLUE value IS 251 (98.44% from 255) = 45.80%
R=27.92%
G=26.28%
B=45.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531442510.390.4300.02245.0593.0477.45
Hex9990FB272B02f55d4d
Octal231220373475302365135115
Binary1001100110010000111110111001111010110101111010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9990FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9990FB; }

 p { color: rgb(153,144,251); }

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

<style>
 a { background-color: #9990FB; }

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

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

<style>
 span { border-color: #9990FB; }

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

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