#867495

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

Shades of Topaz #867495

Tints of Topaz #867495

Color information

#867495 (or 0x867495) is unknown color: approx Topaz. HEX triplet: 86, 74 and 95. RGB value is (134,116,149). Sum of RGB (Red+Green+Blue) = 134+116+149=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #867495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867495 is #798B6A. Grayscale: #7D7D7D. Windows color (decimal): -7965547 or 9794694. OLE color: 9794694.

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

Color convert

RGB134116149-
CMYK0.100.2200.42
HSL272.73º13.47%51.96%-
HSV(B)272.73º22.15%58.43%-
XYZ21.519.7331.11-
YUV125.14141.46134.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.58%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=33.58%
G=29.07%
B=37.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341161490.100.2200.42272.7313.4751.96
Hex867495A1602A111d34
Octal20616422512260524211564
Binary1000011011101001001010110101011001010101000100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867495; }

 p { color: rgb(134,116,149); }

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

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

 a { background-color: rgb(134,116,149); }

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

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

 span { border-color: rgb(134,116,149); }

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