#867099

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

Shades of Ce Soir #867099

Tints of Ce Soir #867099

Color information

#867099 (or 0x867099) is unknown color: approx Ce Soir. HEX triplet: 86, 70 and 99. RGB value is (134,112,153). Sum of RGB (Red+Green+Blue) = 134+112+153=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #867099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867099 is #798F66. Grayscale: #7B7B7B. Windows color (decimal): -7966567 or 10055814. OLE color: 10055814.

HSL color Cylindrical-coordinate representation of color #867099: hue angle of 272.2º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #867099 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB134112153-
CMYK0.120.2700.4
HSL272.2º16.73%51.96%-
HSV(B)272.2º26.8%60%-
XYZ21.3818.9632.67-
YUV123.25144.79135.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.58%
GREEN value IS 112 (44.14% from 255) = 28.07%
BLUE value IS 153 (60.16% from 255) = 38.35%
R=33.58%
G=28.07%
B=38.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341121530.120.2700.4272.216.7351.96
Hex867099C1B0281101134
Octal20616023114330504202164
Binary10000110111000010011001110011011010100010001000010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867099; }

 p { color: rgb(134,112,153); }

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

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

 a { background-color: rgb(134,112,153); }

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

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

 span { border-color: rgb(134,112,153); }

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