#857E93

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

Shades of Topaz #857E93

Tints of Topaz #857E93

Color information

#857E93 (or 0x857E93) is unknown color: approx Topaz. HEX triplet: 85, 7E and 93. RGB value is (133,126,147). Sum of RGB (Red+Green+Blue) = 133+126+147=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 147 - color contains mainly: blue. Hex color #857E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857E93 is #7A816C. Grayscale: #828282. Windows color (decimal): -8028525 or 9666181. OLE color: 9666181.

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

Color convert

RGB133126147-
CMYK0.100.1400.42
HSL260º8.86%53.53%-
HSV(B)260º14.29%57.65%-
XYZ22.422.0130.67-
YUV130.49137.32129.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.76%
GREEN value IS 126 (49.61% from 255) = 31.03%
BLUE value IS 147 (57.81% from 255) = 36.21%
R=32.76%
G=31.03%
B=36.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331261470.100.1400.422608.8653.53
Hex857E93AE02A104936
Octal20517622312160524041166
Binary100001011111110100100111010111001010101000001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,126,147); }

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

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

 a { background-color: rgb(133,126,147); }

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

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

 span { border-color: rgb(133,126,147); }

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