#9978AB

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

Shades of Ce Soir #9978AB

Tints of Ce Soir #9978AB

Color information

#9978AB (or 0x9978AB) is unknown color: approx Ce Soir. HEX triplet: 99, 78 and AB. RGB value is (153,120,171). Sum of RGB (Red+Green+Blue) = 153+120+171=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #9978AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9978AB is #668754. Grayscale: #878787. Windows color (decimal): -6719317 or 11237529. OLE color: 11237529.

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

Color convert

RGB153120171-
CMYK0.110.3000.33
HSL278.82º23.29%57.06%-
HSV(B)278.82º29.82%67.06%-
XYZ27.223.1541.56-
YUV135.68147.93140.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.46%
GREEN value IS 120 (47.27% from 255) = 27.03%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=34.46%
G=27.03%
B=38.51%

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
Decimal1531201710.110.3000.33278.8223.2957.06
Hex9978ABB1E0211171739
Octal23117025313360414272771
Binary10011001111100010101011101111110010000110001011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9978AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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