Html Css Color HEX #997CF7 Light Slate Blue

📋 copy color: '#997CF7'

red 153 ◦ green 124 ◦ blue 247

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

Shades of Light Slate Blue #997CF7

Tints of Light Slate Blue #997CF7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.66%

 BLUE value IS 247 (96.88% from 255) = 47.14%

R = 29.2%
G = 23.66%
B = 47.14%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#997CF7 (or 0x997CF7) is known color: Light Slate Blue. HEX triplet: 99, 7C and F7. RGB value is (153,124,247). Sum of RGB (Red+Green+Blue) = 153+124+247=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 247 (96.88% from 255 or 47.14% from 524); Max value from RGB is 247 - color contains mainly: blue. Hex color #997CF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997CF7 is #668308. Grayscale: #929292. Windows color (decimal): -6718217 or 16219289. OLE color: 16219289.

HSL color Cylindrical-coordinate representation of color #997CF7: hue angle of 254.15º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #997CF7 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 124 247 -
CMYK 0.38 0.50 0 0.03
HSL 254.15º 0.88% 0.73% -
HSV(B) 254.15º 0.5% 0.97% -
XYZ 37.13 27.9 91.42 -
YUV 146.69 184.61 132.5 -
System Red Green Blue C M Y K H S L
Decimal 153 124 247 0.38 0.50 0 0.03 254.15 0.88 0.73
Hex 99 7C F7 26 32 0 3 FE 58 49
Octal 231 174 367 46 62 0 3 376 130 111
Binary 10011001 1111100 11110111 100110 110010 0 11 11111110 1011000 1001001

Color Harmonies of #997CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997CF7

Black with #997CF7

Text Example


Text Example

White with #997CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,124,247); }

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

background-color css

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

 a { background-color: rgb(153,124,247); }

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

border-color css

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

 span { border-color: rgb(153,124,247); }

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