Html Css Color HEX #9971FA Light Slate Blue

📋 copy color: '#9971FA'

red 153 ◦ green 113 ◦ blue 250

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

Shades of Light Slate Blue #9971FA

Tints of Light Slate Blue #9971FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.45%

R = 29.65%
G = 21.9%
B = 48.45%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9971FA (or 0x9971FA) is known color: Light Slate Blue. HEX triplet: 99, 71 and FA. RGB value is (153,113,250). Sum of RGB (Red+Green+Blue) = 153+113+250=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #9971FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9971FA is #668E05. Grayscale: #8C8C8C. Windows color (decimal): -6721030 or 16413081. OLE color: 16413081.

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

Color convert

RGB 153 113 250 -
CMYK 0.39 0.55 0 0.02
HSL 257.52º 0.93% 0.71% -
HSV(B) 257.52º 0.55% 0.98% -
XYZ 36.3 25.48 93.45 -
YUV 140.58 189.75 136.86 -
System Red Green Blue C M Y K H S L
Decimal 153 113 250 0.39 0.55 0 0.02 257.52 0.93 0.71
Hex 99 71 FA 27 37 0 2 102 5D 47
Octal 231 161 372 47 67 0 2 402 135 107
Binary 10011001 1110001 11111010 100111 110111 0 10 100000010 1011101 1000111

Color Harmonies of #9971FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9971FA

Black with #9971FA

Text Example


Text Example

White with #9971FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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