#986DAF

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

Shades of Ce Soir #986DAF

Tints of Ce Soir #986DAF

Color information

#986DAF (or 0x986DAF) is unknown color: approx Ce Soir. HEX triplet: 98, 6D and AF. RGB value is (152,109,175). Sum of RGB (Red+Green+Blue) = 152+109+175=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #986DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986DAF is #679250. Grayscale: #818181. Windows color (decimal): -6787665 or 11496856. OLE color: 11496856.

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

Color convert

RGB152109175-
CMYK0.130.3800.31
HSL279.09º29.2%55.69%-
HSV(B)279.09º37.71%68.63%-
XYZ26.1620.7143.18-
YUV129.38153.75144.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.86%
GREEN value IS 109 (42.97% from 255) = 25%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=34.86%
G=25%
B=40.14%

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
Decimal1521091750.130.3800.31279.0929.255.69
Hex986DAFD2601F1171d38
Octal23015525715460374273570
Binary10011000110110110101111110110011001111110001011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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