#85699D

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

Shades of Ce Soir #85699D

Tints of Ce Soir #85699D

Color information

#85699D (or 0x85699D) is unknown color: approx Ce Soir. HEX triplet: 85, 69 and 9D. RGB value is (133,105,157). Sum of RGB (Red+Green+Blue) = 133+105+157=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #85699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85699D is #7A9662. Grayscale: #777777. Windows color (decimal): -8033891 or 10316165. OLE color: 10316165.

HSL color Cylindrical-coordinate representation of color #85699D: hue angle of 272.31º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85699D is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB133105157-
CMYK0.150.3300.38
HSL272.31º20.97%51.37%-
HSV(B)272.31º33.12%61.57%-
XYZ20.8117.5234.18-
YUV119.3149.28137.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.67%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=33.67%
G=26.58%
B=39.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331051570.150.3300.38272.3120.9751.37
Hex85699DF210261101533
Octal20515123517410464202563
Binary100001011101001100111011111100001010011010001000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85699D; }

 p { color: rgb(133,105,157); }

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

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

 a { background-color: rgb(133,105,157); }

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

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

 span { border-color: rgb(133,105,157); }

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