#867990

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

Shades of Topaz #867990

Tints of Topaz #867990

Color information

#867990 (or 0x867990) is unknown color: approx Topaz. HEX triplet: 86, 79 and 90. RGB value is (134,121,144). Sum of RGB (Red+Green+Blue) = 134+121+144=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 144 - color contains mainly: blue. Hex color #867990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867990 is #79866F. Grayscale: #7F7F7F. Windows color (decimal): -7964272 or 9468294. OLE color: 9468294.

HSL color Cylindrical-coordinate representation of color #867990: hue angle of 273.91º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #867990 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB134121144-
CMYK0.070.1600.44
HSL273.91º9.39%51.96%-
HSV(B)273.91º15.97%56.47%-
XYZ21.720.7629.25-
YUV127.51137.31132.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.58%
GREEN value IS 121 (47.66% from 255) = 30.33%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=33.58%
G=30.33%
B=36.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341211440.070.1600.44273.919.3951.96
Hex86799071002C112934
Octal2061712207200544221164
Binary100001101111001100100001111000001011001000100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867990; }

 p { color: rgb(134,121,144); }

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

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

 a { background-color: rgb(134,121,144); }

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

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

 span { border-color: rgb(134,121,144); }

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