#9990FA

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

Shades of Light Slate Blue #9990FA

Tints of Light Slate Blue #9990FA

Color information

#9990FA (or 0x9990FA) is unknown color: approx Light Slate Blue. HEX triplet: 99, 90 and FA. RGB value is (153,144,250). Sum of RGB (Red+Green+Blue) = 153+144+250=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #9990FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9990FA is #666F05. Grayscale: #9E9E9E. Windows color (decimal): -6713094 or 16421017. OLE color: 16421017.

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

Color convert

RGB153144250-
CMYK0.390.4200.02
HSL245.09º91.38%77.25%-
HSV(B)245.09º42.4%98.04%-
XYZ40.3733.6294.8-
YUV158.77179.48123.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.97%
GREEN value IS 144 (56.64% from 255) = 26.33%
BLUE value IS 250 (98.05% from 255) = 45.70%
R=27.97%
G=26.33%
B=45.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531442500.390.4200.02245.0991.3877.25
Hex9990FA272A02f55b4d
Octal231220372475202365133115
Binary1001100110010000111110101001111010100101111010110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9990FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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