#987cab

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

Shades of Ce Soir #987CAB

Tints of Ce Soir #987CAB

Color information

#987CAB (or 0x987CAB) is unknown color: approx Ce Soir. HEX triplet: 98, 7C and AB. RGB value is (152,124,171). Sum of RGB (Red+Green+Blue) = 152+124+171=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #987CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987CAB is #678354. Grayscale: #898989. Windows color (decimal): -6783829 or 11238552. OLE color: 11238552.

HSL color Cylindrical-coordinate representation of color #987CAB: hue angle of 275.74º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #987CAB is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152124171-
CMYK0.110.2700.33
HSL275.74º21.86%57.84%-
HSV(B)275.74º27.49%67.06%-
XYZ27.5124.0341.72-
YUV137.73146.78138.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.00%
GREEN value IS 124 (48.83% from 255) = 27.74%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=34.00%
G=27.74%
B=38.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521241710.110.2700.33275.7421.8657.84
Hex987CABB1B021114163a
Octal23017425313330414242672
Binary10011000111110010101011101111011010000110001010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987cab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,124,171); }

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

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

 a { background-color: rgb(152,124,171); }

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

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

 span { border-color: rgb(152,124,171); }

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