#867294

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

Shades of Topaz #867294

Tints of Topaz #867294

Color information

#867294 (or 0x867294) is unknown color: approx Topaz. HEX triplet: 86, 72 and 94. RGB value is (134,114,148). Sum of RGB (Red+Green+Blue) = 134+114+148=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 148 - color contains mainly: blue. Hex color #867294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867294 is #798D6B. Grayscale: #7B7B7B. Windows color (decimal): -7966060 or 9728646. OLE color: 9728646.

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

Color convert

RGB134114148-
CMYK0.090.2300.42
HSL275.29º13.71%51.37%-
HSV(B)275.29º22.97%58.04%-
XYZ21.1919.2430.61-
YUV123.86141.63135.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.84%
GREEN value IS 114 (44.92% from 255) = 28.79%
BLUE value IS 148 (58.20% from 255) = 37.37%
R=33.84%
G=28.79%
B=37.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341141480.090.2300.42275.2913.7151.37
Hex86729491702A113e33
Octal20616222411270524231663
Binary1000011011100101001010010011011101010101000100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867294; }

 p { color: rgb(134,114,148); }

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

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

 a { background-color: rgb(134,114,148); }

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

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

 span { border-color: rgb(134,114,148); }

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