#857D95

Color #857D95 Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #857D95

Tints of Topaz #857D95

Color information

#857D95 (or 0x857D95) is unknown color: approx Topaz. HEX triplet: 85, 7D and 95. RGB value is (133,125,149). Sum of RGB (Red+Green+Blue) = 133+125+149=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 149 - color contains mainly: blue. Hex color #857D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857D95 is #7A826A. Grayscale: #828282. Windows color (decimal): -8028779 or 9796997. OLE color: 9796997.

HSL color Cylindrical-coordinate representation of color #857D95: hue angle of 260º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #857D95 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB133125149-
CMYK0.110.1600.42
HSL260º10.17%53.73%-
HSV(B)260º16.11%58.43%-
XYZ22.4321.8231.46-
YUV130.13138.65130.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.68%
GREEN value IS 125 (49.22% from 255) = 30.71%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=32.68%
G=30.71%
B=36.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331251490.110.1600.4226010.1753.73
Hex857D95B1002A104a36
Octal20517522513200524041266
Binary1000010111111011001010110111000001010101000001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857D95; }

 p { color: rgb(133,125,149); }

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

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

 a { background-color: rgb(133,125,149); }

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

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

 span { border-color: rgb(133,125,149); }

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