Html Css Color HEX #997EAA Ce Soir

📋 copy color: '#997EAA'

red 153 ◦ green 126 ◦ blue 170

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

Shades of Ce Soir #997EAA

Tints of Ce Soir #997EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.06%

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

R = 34.08%
G = 28.06%
B = 37.86%

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

#997EAA (or 0x997EAA) is known color: Ce Soir. HEX triplet: 99, 7E and AA. RGB value is (153,126,170). Sum of RGB (Red+Green+Blue) = 153+126+170=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #997EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997EAA is #668155. Grayscale: #8A8A8A. Windows color (decimal): -6717782 or 11173529. OLE color: 11173529.

HSL color Cylindrical-coordinate representation of color #997EAA: hue angle of 276.82º 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 #997EAA is Cyan = 0.1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 126 170 -
CMYK 0.1 0.26 0 0.33
HSL 276.82º 0.21% 0.58% -
HSV(B) 276.82º 0.26% 0.67% -
XYZ 27.85 24.6 41.31 -
YUV 139.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 153 126 170 0.1 0.26 0 0.33 276.82 0.21 0.58
Hex 99 7E AA A 1A 0 21 115 15 3A
Octal 231 176 252 12 32 0 41 425 25 72
Binary 10011001 1111110 10101010 1010 11010 0 100001 100010101 10101 111010

Color Harmonies of #997EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997EAA

Black with #997EAA

Text Example


Text Example

White with #997EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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