#856692

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

Shades of Ce Soir #856692

Tints of Ce Soir #856692

Color information

#856692 (or 0x856692) is unknown color: approx Ce Soir. HEX triplet: 85, 66 and 92. RGB value is (133,102,146). Sum of RGB (Red+Green+Blue) = 133+102+146=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 146 - color contains mainly: blue. Hex color #856692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856692 is #7A996D. Grayscale: #747474. Windows color (decimal): -8034670 or 9594501. OLE color: 9594501.

HSL color Cylindrical-coordinate representation of color #856692: hue angle of 282.27º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #856692 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB133102146-
CMYK0.090.3000.43
HSL282.27º17.74%48.63%-
HSV(B)282.27º30.14%57.25%-
XYZ19.6116.5629.36-
YUV116.28144.77139.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 146 (57.42% from 255) = 38.32%
R=34.91%
G=26.77%
B=38.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331021460.090.3000.43282.2717.7448.63
Hex85669291E02B11a1231
Octal20514622211360534322261
Binary10000101110011010010010100111110010101110001101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856692; }

 p { color: rgb(133,102,146); }

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

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

 a { background-color: rgb(133,102,146); }

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

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

 span { border-color: rgb(133,102,146); }

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