Html Css Color HEX #997CFF Light Slate Blue

📋 copy color: '#997CFF'

red 153 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #997CFF

Tints of Light Slate Blue #997CFF

RGB

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

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

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

R = 28.76%
G = 23.31%
B = 47.93%

CMYK

 C value IS 0.4

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#997CFF (or 0x997CFF) is known color: Light Slate Blue. HEX triplet: 99, 7C and FF. RGB value is (153,124,255). Sum of RGB (Red+Green+Blue) = 153+124+255=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #997CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997CFF is #668300. Grayscale: #939393. Windows color (decimal): -6718209 or 16743577. OLE color: 16743577.

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

Color convert

RGB 153 124 255 -
CMYK 0.4 0.51 0 0
HSL 253.28º 1% 0.74% -
HSV(B) 253.28º 0.51% 1% -
XYZ 38.39 28.41 98.07 -
YUV 147.61 188.61 131.85 -
System Red Green Blue C M Y K H S L
Decimal 153 124 255 0.4 0.51 0 0 253.28 1 0.74
Hex 99 7C FF 28 33 0 0 FD 64 4A
Octal 231 174 377 50 63 0 0 375 144 112
Binary 10011001 1111100 11111111 101000 110011 0 0 11111101 1100100 1001010

Color Harmonies of #997CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997CFF

Black with #997CFF

Text Example


Text Example

White with #997CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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