Html Css Color HEX #997DAA Ce Soir

📋 copy color: '#997DAA'

red 153 ◦ green 125 ◦ blue 170

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

Shades of Ce Soir #997DAA

Tints of Ce Soir #997DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 34.15%
G = 27.9%
B = 37.95%

CMYK

 C value IS 0.1

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#997DAA (or 0x997DAA) is known color: Ce Soir. HEX triplet: 99, 7D and AA. RGB value is (153,125,170). Sum of RGB (Red+Green+Blue) = 153+125+170=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #997DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997DAA is #668255. Grayscale: #8A8A8A. Windows color (decimal): -6718038 or 11173273. OLE color: 11173273.

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

Color convert

RGB 153 125 170 -
CMYK 0.1 0.26 0 0.33
HSL 277.33º 0.21% 0.58% -
HSV(B) 277.33º 0.26% 0.67% -
XYZ 27.73 24.34 41.27 -
YUV 138.5 145.78 138.34 -
System Red Green Blue C M Y K H S L
Decimal 153 125 170 0.1 0.26 0 0.33 277.33 0.21 0.58
Hex 99 7D AA A 1A 0 21 115 15 3A
Octal 231 175 252 12 32 0 41 425 25 72
Binary 10011001 1111101 10101010 1010 11010 0 100001 100010101 10101 111010

Color Harmonies of #997DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997DAA

Black with #997DAA

Text Example


Text Example

White with #997DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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