#987DAA

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

Shades of Ce Soir #987DAA

Tints of Ce Soir #987DAA

Color information

#987DAA (or 0x987DAA) is unknown color: approx Ce Soir. HEX triplet: 98, 7D and AA. RGB value is (152,125,170). Sum of RGB (Red+Green+Blue) = 152+125+170=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #987DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987DAA is #678255. Grayscale: #8A8A8A. Windows color (decimal): -6783574 or 11173272. OLE color: 11173272.

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

Color convert

RGB152125170-
CMYK0.110.2600.33
HSL276º20.93%57.84%-
HSV(B)276º26.47%66.67%-
XYZ27.5424.2441.26-
YUV138.2145.95137.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.00%
GREEN value IS 125 (49.22% from 255) = 27.96%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=34.00%
G=27.96%
B=38.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521251700.110.2600.3327620.9357.84
Hex987DAAB1A021114153a
Octal23017525213320414242572
Binary10011000111110110101010101111010010000110001010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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