Html Css Color HEX #9971FE Light Slate Blue

📋 copy color: '#9971FE'

red 153 ◦ green 113 ◦ blue 254

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

Shades of Light Slate Blue #9971FE

Tints of Light Slate Blue #9971FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.73%

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

R = 29.42%
G = 21.73%
B = 48.85%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9971FE (or 0x9971FE) is known color: Light Slate Blue. HEX triplet: 99, 71 and FE. RGB value is (153,113,254). Sum of RGB (Red+Green+Blue) = 153+113+254=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #9971FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9971FE is #668E01. Grayscale: #8C8C8C. Windows color (decimal): -6721026 or 16675225. OLE color: 16675225.

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

Color convert

RGB 153 113 254 -
CMYK 0.40 0.56 0 0.00
HSL 257.02º 0.99% 0.72% -
HSV(B) 257.02º 0.56% 1% -
XYZ 36.93 25.74 96.79 -
YUV 141.03 191.75 136.54 -
System Red Green Blue C M Y K H S L
Decimal 153 113 254 0.40 0.56 0 0.00 257.02 0.99 0.72
Hex 99 71 FE 28 38 0 0 101 63 48
Octal 231 161 376 50 70 0 0 401 143 110
Binary 10011001 1110001 11111110 101000 111000 0 0 100000001 1100011 1001000

Color Harmonies of #9971FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9971FE

Black with #9971FE

Text Example


Text Example

White with #9971FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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