#986bae

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

Shades of Ce Soir #986BAE

Tints of Ce Soir #986BAE

Color information

#986BAE (or 0x986BAE) is unknown color: approx Ce Soir. HEX triplet: 98, 6B and AE. RGB value is (152,107,174). Sum of RGB (Red+Green+Blue) = 152+107+174=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #986BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986BAE is #679451. Grayscale: #7F7F7F. Windows color (decimal): -6788178 or 11430808. OLE color: 11430808.

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

Color convert

RGB152107174-
CMYK0.130.3900.32
HSL280.3º29.26%55.1%-
HSV(B)280.3º38.51%68.24%-
XYZ25.8520.2542.59-
YUV128.09153.91145.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.10%
GREEN value IS 107 (42.19% from 255) = 24.71%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=35.10%
G=24.71%
B=40.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521071740.130.3900.32280.329.2655.1
Hex986BAED270201181d37
Octal23015325615470404303567
Binary100110001101011101011101101100111010000010001100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986bae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,107,174); }

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

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

 a { background-color: rgb(152,107,174); }

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

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

 span { border-color: rgb(152,107,174); }

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