#986CA3

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

Shades of Ce Soir #986CA3

Tints of Ce Soir #986CA3

Color information

#986CA3 (or 0x986CA3) is unknown color: approx Ce Soir. HEX triplet: 98, 6C and A3. RGB value is (152,108,163). Sum of RGB (Red+Green+Blue) = 152+108+163=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 163 - color contains mainly: blue. Hex color #986CA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986CA3 is #67935C. Grayscale: #7F7F7F. Windows color (decimal): -6787933 or 10710168. OLE color: 10710168.

HSL color Cylindrical-coordinate representation of color #986CA3: hue angle of 288º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #986CA3 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB152108163-
CMYK0.070.3400.36
HSL288º23.01%53.14%-
HSV(B)288º33.74%63.92%-
XYZ24.9220.0437.21-
YUV127.43148.08145.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.93%
GREEN value IS 108 (42.58% from 255) = 25.53%
BLUE value IS 163 (64.06% from 255) = 38.53%
R=35.93%
G=25.53%
B=38.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521081630.070.3400.3628823.0153.14
Hex986CA37220241201735
Octal2301542437420444402765
Binary10011000110110010100011111100010010010010010000010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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