Html Css Color HEX #997DAB Ce Soir

📋 copy color: '#997DAB'

red 153 ◦ green 125 ◦ blue 171

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

Shades of Ce Soir #997DAB

Tints of Ce Soir #997DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.08%

R = 34.08%
G = 27.84%
B = 38.08%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#997DAB (or 0x997DAB) is known color: Ce Soir. HEX triplet: 99, 7D and AB. RGB value is (153,125,171). Sum of RGB (Red+Green+Blue) = 153+125+171=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #997DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997DAB is #668254. Grayscale: #8A8A8A. Windows color (decimal): -6718037 or 11238809. OLE color: 11238809.

HSL color Cylindrical-coordinate representation of color #997DAB: hue angle of 276.52º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #997DAB is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 125 171 -
CMYK 0.11 0.27 0 0.33
HSL 276.52º 0.21% 0.58% -
HSV(B) 276.52º 0.27% 0.67% -
XYZ 27.82 24.38 41.77 -
YUV 138.62 146.28 138.26 -
System Red Green Blue C M Y K H S L
Decimal 153 125 171 0.11 0.27 0 0.33 276.52 0.21 0.58
Hex 99 7D AB B 1B 0 21 115 15 3A
Octal 231 175 253 13 33 0 41 425 25 72
Binary 10011001 1111101 10101011 1011 11011 0 100001 100010101 10101 111010

Color Harmonies of #997DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997DAB

Black with #997DAB

Text Example


Text Example

White with #997DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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