Html Css Color HEX #9990FC Light Slate Blue

📋 copy color: '#9990FC'

red 153 ◦ green 144 ◦ blue 252

#9990FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #9990FC

Tints of Light Slate Blue #9990FC

RGB

 RED value IS 153 (60.16% from 255) = 27.87%

 GREEN value IS 144 (56.64% from 255) = 26.23%

 BLUE value IS 252 (98.83% from 255) = 45.9%

R = 27.87%
G = 26.23%
B = 45.9%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9990FC (or 0x9990FC) is known color: Light Slate Blue. HEX triplet: 99, 90 and FC. RGB value is (153,144,252). Sum of RGB (Red+Green+Blue) = 153+144+252=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #9990FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9990FC is #666F03. Grayscale: #9E9E9E. Windows color (decimal): -6713092 or 16552089. OLE color: 16552089.

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

Color convert

RGB 153 144 252 -
CMYK 0.39 0.43 0 0.01
HSL 245º 0.95% 0.78% -
HSV(B) 245º 0.43% 0.99% -
XYZ 40.68 33.75 96.47 -
YUV 159 180.48 123.72 -
System Red Green Blue C M Y K H S L
Decimal 153 144 252 0.39 0.43 0 0.01 245 0.95 0.78
Hex 99 90 FC 27 2B 0 1 F5 5F 4E
Octal 231 220 374 47 53 0 1 365 137 116
Binary 10011001 10010000 11111100 100111 101011 0 1 11110101 1011111 1001110

Color Harmonies of #9990FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9990FC

Black with #9990FC

Text Example


Text Example

White with #9990FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9990FC;
 }
 .AnyTagClassName
 {
   color: #9990FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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