Html Css Color HEX #997AAB Ce Soir

📋 copy color: '#997AAB'

red 153 ◦ green 122 ◦ blue 171

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

Shades of Ce Soir #997AAB

Tints of Ce Soir #997AAB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.35%

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

R = 34.3%
G = 27.35%
B = 38.34%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#997AAB (or 0x997AAB) is known color: Ce Soir. HEX triplet: 99, 7A and AB. RGB value is (153,122,171). Sum of RGB (Red+Green+Blue) = 153+122+171=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #997AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997AAB is #668554. Grayscale: #888888. Windows color (decimal): -6718805 or 11238041. OLE color: 11238041.

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

Color convert

RGB 153 122 171 -
CMYK 0.11 0.29 0 0.33
HSL 277.96º 0.23% 0.57% -
HSV(B) 277.96º 0.29% 0.67% -
XYZ 27.45 23.63 41.64 -
YUV 136.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 153 122 171 0.11 0.29 0 0.33 277.96 0.23 0.57
Hex 99 7A AB B 1D 0 21 116 17 39
Octal 231 172 253 13 35 0 41 426 27 71
Binary 10011001 1111010 10101011 1011 11101 0 100001 100010110 10111 111001

Color Harmonies of #997AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997AAB

Black with #997AAB

Text Example


Text Example

White with #997AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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