#866792

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

Shades of Ce Soir #866792

Tints of Ce Soir #866792

Color information

#866792 (or 0x866792) is unknown color: approx Ce Soir. HEX triplet: 86, 67 and 92. RGB value is (134,103,146). Sum of RGB (Red+Green+Blue) = 134+103+146=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 146 - color contains mainly: blue. Hex color #866792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866792 is #79986D. Grayscale: #757575. Windows color (decimal): -7968878 or 9594758. OLE color: 9594758.

HSL color Cylindrical-coordinate representation of color #866792: hue angle of 283.26º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #866792 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB134103146-
CMYK0.080.2900.43
HSL283.26º17.27%48.82%-
HSV(B)283.26º29.45%57.25%-
XYZ19.8716.8429.4-
YUV117.17144.27140-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.99%
GREEN value IS 103 (40.62% from 255) = 26.89%
BLUE value IS 146 (57.42% from 255) = 38.12%
R=34.99%
G=26.89%
B=38.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341031460.080.2900.43283.2617.2748.82
Hex86679281D02B11b1131
Octal20614722210350534332161
Binary10000110110011110010010100011101010101110001101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866792; }

 p { color: rgb(134,103,146); }

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

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

 a { background-color: rgb(134,103,146); }

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

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

 span { border-color: rgb(134,103,146); }

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