#986caf

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

Shades of Ce Soir #986CAF

Tints of Ce Soir #986CAF

Color information

#986CAF (or 0x986CAF) is unknown color: approx Ce Soir. HEX triplet: 98, 6C and AF. RGB value is (152,108,175). Sum of RGB (Red+Green+Blue) = 152+108+175=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: blue. Hex color #986CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986CAF is #679350. Grayscale: #808080. Windows color (decimal): -6787921 or 11496600. OLE color: 11496600.

HSL color Cylindrical-coordinate representation of color #986CAF: hue angle of 279.4º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #986CAF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB152108175-
CMYK0.130.3800.31
HSL279.4º29.52%55.49%-
HSV(B)279.4º38.29%68.63%-
XYZ26.0520.543.14-
YUV128.79154.08144.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.94%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 175 (68.75% from 255) = 40.23%
R=34.94%
G=24.83%
B=40.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521081750.130.3800.31279.429.5255.49
Hex986CAFD2601F1171e37
Octal23015425715460374273667
Binary10011000110110010101111110110011001111110001011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986caf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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