#857194

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

Shades of Topaz #857194

Tints of Topaz #857194

Color information

#857194 (or 0x857194) is unknown color: approx Topaz. HEX triplet: 85, 71 and 94. RGB value is (133,113,148). Sum of RGB (Red+Green+Blue) = 133+113+148=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 148 - color contains mainly: blue. Hex color #857194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857194 is #7A8E6B. Grayscale: #7A7A7A. Windows color (decimal): -8031852 or 9728389. OLE color: 9728389.

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

Color convert

RGB133113148-
CMYK0.100.2400.42
HSL274.29º14.06%51.18%-
HSV(B)274.29º23.65%58.04%-
XYZ20.9218.9330.57-
YUV122.97142.13135.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 113 (44.53% from 255) = 28.68%
BLUE value IS 148 (58.20% from 255) = 37.56%
R=33.76%
G=28.68%
B=37.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331131480.100.2400.42274.2914.0651.18
Hex857194A1802A112e33
Octal20516122412300524221663
Binary1000010111100011001010010101100001010101000100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857194; }

 p { color: rgb(133,113,148); }

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

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

 a { background-color: rgb(133,113,148); }

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

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

 span { border-color: rgb(133,113,148); }

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