#986CAC

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

Shades of Ce Soir #986CAC

Tints of Ce Soir #986CAC

Color information

#986CAC (or 0x986CAC) is unknown color: approx Ce Soir. HEX triplet: 98, 6C and AC. RGB value is (152,108,172). Sum of RGB (Red+Green+Blue) = 152+108+172=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #986CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986CAC is #679353. Grayscale: #808080. Windows color (decimal): -6787924 or 11299992. OLE color: 11299992.

HSL color Cylindrical-coordinate representation of color #986CAC: hue angle of 281.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #986CAC is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152108172-
CMYK0.120.3700.33
HSL281.25º27.83%54.9%-
HSV(B)281.25º37.21%67.45%-
XYZ25.7620.3841.61-
YUV128.45152.58144.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.19%
GREEN value IS 108 (42.58% from 255) = 25%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=35.19%
G=25%
B=39.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521081720.120.3700.33281.2527.8354.9
Hex986CACC250211191c37
Octal23015425414450414313467
Binary100110001101100101011001100100101010000110001100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986CAC; }

 p { color: rgb(152,108,172); }

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

<style>
 a { background-color: #986CAC; }

 a { background-color: rgb(152,108,172); }

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

<style>
 span { border-color: #986CAC; }

 span { border-color: rgb(152,108,172); }

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