Html Css Color HEX #9991FE Light Slate Blue

📋 copy color: '#9991FE'

red 153 ◦ green 145 ◦ blue 254

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

Shades of Light Slate Blue #9991FE

Tints of Light Slate Blue #9991FE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.27%

 BLUE value IS 254 (99.61% from 255) = 46.01%

R = 27.72%
G = 26.27%
B = 46.01%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9991FE (or 0x9991FE) is known color: Light Slate Blue. HEX triplet: 99, 91 and FE. RGB value is (153,145,254). Sum of RGB (Red+Green+Blue) = 153+145+254=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #9991FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9991FE is #666E01. Grayscale: #9F9F9F. Windows color (decimal): -6712834 or 16683417. OLE color: 16683417.

HSL color Cylindrical-coordinate representation of color #9991FE: hue angle of 244.4º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9991FE is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 145 254 -
CMYK 0.40 0.43 0 0.00
HSL 244.4º 0.98% 0.78% -
HSV(B) 244.4º 0.43% 1% -
XYZ 41.15 34.18 98.19 -
YUV 159.82 181.15 123.14 -
System Red Green Blue C M Y K H S L
Decimal 153 145 254 0.40 0.43 0 0.00 244.4 0.98 0.78
Hex 99 91 FE 28 2B 0 0 F4 62 4E
Octal 231 221 376 50 53 0 0 364 142 116
Binary 10011001 10010001 11111110 101000 101011 0 0 11110100 1100010 1001110

Color Harmonies of #9991FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9991FE

Black with #9991FE

Text Example


Text Example

White with #9991FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9991FE; }

 p { color: rgb(153,145,254); }

 H1.HeaderClassName
 {
   color: #9991FE;
 }
 .AnyTagClassName
 {
   color: #9991FE;
 }
</style>

background-color css

<style>
 a { background-color: #9991FE; }

 a { background-color: rgb(153,145,254); }

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

border-color css

<style>
 span { border-color: #9991FE; }

 span { border-color: rgb(153,145,254); }

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