#9878AB

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

Shades of Ce Soir #9878AB

Tints of Ce Soir #9878AB

Color information

#9878AB (or 0x9878AB) is unknown color: approx Ce Soir. HEX triplet: 98, 78 and AB. RGB value is (152,120,171). Sum of RGB (Red+Green+Blue) = 152+120+171=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #9878AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9878AB is #678754. Grayscale: #878787. Windows color (decimal): -6784853 or 11237528. OLE color: 11237528.

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

Color convert

RGB152120171-
CMYK0.110.3000.33
HSL277.65º23.29%57.06%-
HSV(B)277.65º29.82%67.06%-
XYZ27.0223.0541.55-
YUV135.38148.1139.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 120 (47.27% from 255) = 27.09%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=34.31%
G=27.09%
B=38.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521201710.110.3000.33277.6523.2957.06
Hex9878ABB1E0211161739
Octal23017025313360414262771
Binary10011000111100010101011101111110010000110001011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9878AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9878AB; }

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

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

<style>
 a { background-color: #9878AB; }

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

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

<style>
 span { border-color: #9878AB; }

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

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