#986CAD

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

Shades of Ce Soir #986CAD

Tints of Ce Soir #986CAD

Color information

#986CAD (or 0x986CAD) is unknown color: approx Ce Soir. HEX triplet: 98, 6C and AD. RGB value is (152,108,173). Sum of RGB (Red+Green+Blue) = 152+108+173=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #986CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986CAD is #679352. Grayscale: #808080. Windows color (decimal): -6787923 or 11365528. OLE color: 11365528.

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

Color convert

RGB152108173-
CMYK0.120.3800.32
HSL280.62º28.38%55.1%-
HSV(B)280.62º37.57%67.84%-
XYZ25.8520.4242.11-
YUV128.57153.08144.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.10%
GREEN value IS 108 (42.58% from 255) = 24.94%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=35.10%
G=24.94%
B=39.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521081730.120.3800.32280.6228.3855.1
Hex986CADC260201191c37
Octal23015425514460404313467
Binary100110001101100101011011100100110010000010001100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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