#85689B

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

Shades of Ce Soir #85689B

Tints of Ce Soir #85689B

Color information

#85689B (or 0x85689B) is unknown color: approx Ce Soir. HEX triplet: 85, 68 and 9B. RGB value is (133,104,155). Sum of RGB (Red+Green+Blue) = 133+104+155=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #85689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85689B is #7A9764. Grayscale: #767676. Windows color (decimal): -8034149 or 10184837. OLE color: 10184837.

HSL color Cylindrical-coordinate representation of color #85689B: hue angle of 274.12º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85689B is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133104155-
CMYK0.140.3300.39
HSL274.12º20.32%50.78%-
HSV(B)274.12º32.9%60.78%-
XYZ20.5417.2533.26-
YUV118.48148.61138.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 104 (41.02% from 255) = 26.53%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=33.93%
G=26.53%
B=39.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331041550.140.3300.39274.1220.3250.78
Hex85689BE210271121433
Octal20515023316410474222463
Binary100001011101000100110111110100001010011110001001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85689B; }

 p { color: rgb(133,104,155); }

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

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

 a { background-color: rgb(133,104,155); }

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

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

 span { border-color: rgb(133,104,155); }

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