Html Css Color HEX #9973F6 Light Slate Blue

📋 copy color: '#9973F6'

red 153 ◦ green 115 ◦ blue 246

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

Shades of Light Slate Blue #9973F6

Tints of Light Slate Blue #9973F6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.37%

 BLUE value IS 246 (96.48% from 255) = 47.86%

R = 29.77%
G = 22.37%
B = 47.86%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9973F6 (or 0x9973F6) is known color: Light Slate Blue. HEX triplet: 99, 73 and F6. RGB value is (153,115,246). Sum of RGB (Red+Green+Blue) = 153+115+246=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #9973F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9973F6 is #668C09. Grayscale: #8C8C8C. Windows color (decimal): -6720522 or 16151449. OLE color: 16151449.

HSL color Cylindrical-coordinate representation of color #9973F6: hue angle of 257.4º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9973F6 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 153 115 246 -
CMYK 0.38 0.53 0 0.04
HSL 257.4º 0.88% 0.71% -
HSV(B) 257.4º 0.53% 0.96% -
XYZ 35.9 25.69 90.25 -
YUV 141.3 187.09 136.35 -
System Red Green Blue C M Y K H S L
Decimal 153 115 246 0.38 0.53 0 0.04 257.4 0.88 0.71
Hex 99 73 F6 26 35 0 4 101 58 47
Octal 231 163 366 46 65 0 4 401 130 107
Binary 10011001 1110011 11110110 100110 110101 0 100 100000001 1011000 1000111

Color Harmonies of #9973F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9973F6

Black with #9973F6

Text Example


Text Example

White with #9973F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9973F6; }

 p { color: rgb(153,115,246); }

 H1.HeaderClassName
 {
   color: #9973F6;
 }
 .AnyTagClassName
 {
   color: #9973F6;
 }
</style>

background-color css

<style>
 a { background-color: #9973F6; }

 a { background-color: rgb(153,115,246); }

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

border-color css

<style>
 span { border-color: #9973F6; }

 span { border-color: rgb(153,115,246); }

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