Html Css Color HEX #9973FF Light Slate Blue

📋 copy color: '#9973FF'

red 153 ◦ green 115 ◦ blue 255

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

Shades of Light Slate Blue #9973FF

Tints of Light Slate Blue #9973FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.76%

R = 29.25%
G = 21.99%
B = 48.76%

CMYK

 C value IS 0.4

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9973FF (or 0x9973FF) is known color: Light Slate Blue. HEX triplet: 99, 73 and FF. RGB value is (153,115,255). Sum of RGB (Red+Green+Blue) = 153+115+255=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #9973FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9973FF is #668C00. Grayscale: #8D8D8D. Windows color (decimal): -6720513 or 16741273. OLE color: 16741273.

HSL color Cylindrical-coordinate representation of color #9973FF: hue angle of 256.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9973FF is Cyan = 0.4, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 115 255 -
CMYK 0.4 0.55 0 0
HSL 256.29º 1% 0.73% -
HSV(B) 256.29º 0.55% 1% -
XYZ 37.32 26.25 97.71 -
YUV 142.32 191.59 135.62 -
System Red Green Blue C M Y K H S L
Decimal 153 115 255 0.4 0.55 0 0 256.29 1 0.73
Hex 99 73 FF 28 37 0 0 100 64 49
Octal 231 163 377 50 67 0 0 400 144 111
Binary 10011001 1110011 11111111 101000 110111 0 0 100000000 1100100 1001001

Color Harmonies of #9973FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9973FF

Black with #9973FF

Text Example


Text Example

White with #9973FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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