#867095

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

Shades of Ce Soir #867095

Tints of Ce Soir #867095

Color information

#867095 (or 0x867095) is unknown color: approx Ce Soir. HEX triplet: 86, 70 and 95. RGB value is (134,112,149). Sum of RGB (Red+Green+Blue) = 134+112+149=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #867095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867095 is #798F6A. Grayscale: #7A7A7A. Windows color (decimal): -7966571 or 9793670. OLE color: 9793670.

HSL color Cylindrical-coordinate representation of color #867095: hue angle of 275.68º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #867095 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB134112149-
CMYK0.100.2500.42
HSL275.68º14.86%51.18%-
HSV(B)275.68º24.83%58.43%-
XYZ21.0518.8330.96-
YUV122.8142.79135.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.92%
GREEN value IS 112 (44.14% from 255) = 28.35%
BLUE value IS 149 (58.59% from 255) = 37.72%
R=33.92%
G=28.35%
B=37.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341121490.100.2500.42275.6814.8651.18
Hex867095A1902A114f33
Octal20616022512310524241763
Binary1000011011100001001010110101100101010101000101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867095; }

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

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

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

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

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

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

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

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