#878194

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

Shades of Topaz #878194

Tints of Topaz #878194

Color information

#878194 (or 0x878194) is unknown color: approx Topaz. HEX triplet: 87, 81 and 94. RGB value is (135,129,148). Sum of RGB (Red+Green+Blue) = 135+129+148=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 148 - color contains mainly: blue. Hex color #878194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878194 is #787E6B. Grayscale: #848484. Windows color (decimal): -7896684 or 9732487. OLE color: 9732487.

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

Color convert

RGB135129148-
CMYK0.090.1300.42
HSL258.95º8.15%54.31%-
HSV(B)258.95º12.84%58.04%-
XYZ23.1922.9931.23-
YUV132.96136.49129.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.77%
GREEN value IS 129 (50.78% from 255) = 31.31%
BLUE value IS 148 (58.20% from 255) = 35.92%
R=32.77%
G=31.31%
B=35.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351291480.090.1300.42258.958.1554.31
Hex8781949D02A103836
Octal20720122411150524031066
Binary1000011110000001100101001001110101010101000000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878194; }

 p { color: rgb(135,129,148); }

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

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

 a { background-color: rgb(135,129,148); }

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

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

 span { border-color: rgb(135,129,148); }

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