Html Css Color HEX #997DF9 Light Slate Blue

📋 copy color: '#997DF9'

red 153 ◦ green 125 ◦ blue 249

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

Shades of Light Slate Blue #997DF9

Tints of Light Slate Blue #997DF9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.72%

 BLUE value IS 249 (97.66% from 255) = 47.25%

R = 29.03%
G = 23.72%
B = 47.25%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#997DF9 (or 0x997DF9) is known color: Light Slate Blue. HEX triplet: 99, 7D and F9. RGB value is (153,125,249). Sum of RGB (Red+Green+Blue) = 153+125+249=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #997DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997DF9 is #668206. Grayscale: #939393. Windows color (decimal): -6717959 or 16350617. OLE color: 16350617.

HSL color Cylindrical-coordinate representation of color #997DF9: hue angle of 253.55º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #997DF9 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 125 249 -
CMYK 0.39 0.50 0 0.02
HSL 253.55º 0.91% 0.73% -
HSV(B) 253.55º 0.5% 0.98% -
XYZ 37.57 28.28 93.1 -
YUV 147.51 185.28 131.92 -
System Red Green Blue C M Y K H S L
Decimal 153 125 249 0.39 0.50 0 0.02 253.55 0.91 0.73
Hex 99 7D F9 27 32 0 2 FE 5B 49
Octal 231 175 371 47 62 0 2 376 133 111
Binary 10011001 1111101 11111001 100111 110010 0 10 11111110 1011011 1001001

Color Harmonies of #997DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997DF9

Black with #997DF9

Text Example


Text Example

White with #997DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997DF9; }

 p { color: rgb(153,125,249); }

 H1.HeaderClassName
 {
   color: #997DF9;
 }
 .AnyTagClassName
 {
   color: #997DF9;
 }
</style>

background-color css

<style>
 a { background-color: #997DF9; }

 a { background-color: rgb(153,125,249); }

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

border-color css

<style>
 span { border-color: #997DF9; }

 span { border-color: rgb(153,125,249); }

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