#997AA4

Color #997AA4 Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #997AA4

Tints of Ce Soir #997AA4

Color information

#997AA4 (or 0x997AA4) is unknown color: approx Ce Soir. HEX triplet: 99, 7A and A4. RGB value is (153,122,164). Sum of RGB (Red+Green+Blue) = 153+122+164=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 164 - color contains mainly: blue. Hex color #997AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997AA4 is #66855B. Grayscale: #878787. Windows color (decimal): -6718812 or 10779289. OLE color: 10779289.

HSL color Cylindrical-coordinate representation of color #997AA4: hue angle of 284.29º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #997AA4 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB153122164-
CMYK0.070.2600.36
HSL284.29º18.75%56.08%-
HSV(B)284.29º25.61%64.31%-
XYZ26.823.3738.22-
YUV136.06143.77140.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.85%
GREEN value IS 122 (48.05% from 255) = 27.79%
BLUE value IS 164 (64.45% from 255) = 37.36%
R=34.85%
G=27.79%
B=37.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531221640.070.2600.36284.2918.7556.08
Hex997AA471A02411c1338
Octal2311722447320444342370
Binary1001100111110101010010011111010010010010001110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #997AA4;
 }
 .AnyTagClassName
 {
   color: #997AA4;
 }
</style>
background-color css

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

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

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

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

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

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