#85679D

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

Shades of Ce Soir #85679D

Tints of Ce Soir #85679D

Color information

#85679D (or 0x85679D) is unknown color: approx Ce Soir. HEX triplet: 85, 67 and 9D. RGB value is (133,103,157). Sum of RGB (Red+Green+Blue) = 133+103+157=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #85679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85679D is #7A9862. Grayscale: #757575. Windows color (decimal): -8034403 or 10315653. OLE color: 10315653.

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

Color convert

RGB133103157-
CMYK0.150.3400.38
HSL273.33º21.6%50.98%-
HSV(B)273.33º34.39%61.57%-
XYZ20.6117.1234.12-
YUV118.13149.94138.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.84%
GREEN value IS 103 (40.62% from 255) = 26.21%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=33.84%
G=26.21%
B=39.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331031570.150.3400.38273.3321.650.98
Hex85679DF220261111633
Octal20514723517420464212663
Binary100001011100111100111011111100010010011010001000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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