Html Css Color HEX #997CF6 Light Slate Blue

📋 copy color: '#997CF6'

red 153 ◦ green 124 ◦ blue 246

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

Shades of Light Slate Blue #997CF6

Tints of Light Slate Blue #997CF6

RGB

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

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

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

R = 29.25%
G = 23.71%
B = 47.04%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#997CF6 (or 0x997CF6) is known color: Light Slate Blue. HEX triplet: 99, 7C and F6. RGB value is (153,124,246). Sum of RGB (Red+Green+Blue) = 153+124+246=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #997CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997CF6 is #668309. Grayscale: #929292. Windows color (decimal): -6718218 or 16153753. OLE color: 16153753.

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

Color convert

RGB 153 124 246 -
CMYK 0.38 0.50 0 0.04
HSL 254.26º 0.87% 0.73% -
HSV(B) 254.26º 0.5% 0.96% -
XYZ 36.98 27.84 90.61 -
YUV 146.58 184.11 132.58 -
System Red Green Blue C M Y K H S L
Decimal 153 124 246 0.38 0.50 0 0.04 254.26 0.87 0.73
Hex 99 7C F6 26 32 0 4 FE 57 49
Octal 231 174 366 46 62 0 4 376 127 111
Binary 10011001 1111100 11110110 100110 110010 0 100 11111110 1010111 1001001

Color Harmonies of #997CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997CF6

Black with #997CF6

Text Example


Text Example

White with #997CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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