Html Css Color HEX #9990FB Light Slate Blue

📋 copy color: '#9990FB'

red 153 ◦ green 144 ◦ blue 251

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

Shades of Light Slate Blue #9990FB

Tints of Light Slate Blue #9990FB

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.8%

R = 27.92%
G = 26.28%
B = 45.8%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9990FB (or 0x9990FB) is known color: 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

RGB 153 144 251 -
CMYK 0.39 0.43 0 0.02
HSL 245.05º 0.93% 0.77% -
HSV(B) 245.05º 0.43% 0.98% -
XYZ 40.52 33.68 95.63 -
YUV 158.89 179.98 123.8 -
System Red Green Blue C M Y K H S L
Decimal 153 144 251 0.39 0.43 0 0.02 245.05 0.93 0.77
Hex 99 90 FB 27 2B 0 2 F5 5D 4D
Octal 231 220 373 47 53 0 2 365 135 115
Binary 10011001 10010000 11111011 100111 101011 0 10 11110101 1011101 1001101

Color Harmonies of #9990FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9990FB

Black with #9990FB

Text Example


Text Example

White with #9990FB

Text Example


Text Example

HTML Codes & Css Web 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>