#857695

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

Shades of Topaz #857695

Tints of Topaz #857695

Color information

#857695 (or 0x857695) is unknown color: approx Topaz. HEX triplet: 85, 76 and 95. RGB value is (133,118,149). Sum of RGB (Red+Green+Blue) = 133+118+149=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 149 - color contains mainly: blue. Hex color #857695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857695 is #7A896A. Grayscale: #7D7D7D. Windows color (decimal): -8030571 or 9795205. OLE color: 9795205.

HSL color Cylindrical-coordinate representation of color #857695: hue angle of 269.03º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #857695 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB133118149-
CMYK0.110.2100.42
HSL269.03º12.76%52.35%-
HSV(B)269.03º20.81%58.43%-
XYZ21.5820.1131.18-
YUV126.02140.97132.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.25%
GREEN value IS 118 (46.48% from 255) = 29.5%
BLUE value IS 149 (58.59% from 255) = 37.25%
R=33.25%
G=29.5%
B=37.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331181490.110.2100.42269.0312.7652.35
Hex857695B1502A10dd34
Octal20516622513250524151564
Binary1000010111101101001010110111010101010101000011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857695; }

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

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

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

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

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

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

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

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