#867090

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

Shades of Topaz #867090

Tints of Topaz #867090

Color information

#867090 (or 0x867090) is unknown color: approx Topaz. HEX triplet: 86, 70 and 90. RGB value is (134,112,144). Sum of RGB (Red+Green+Blue) = 134+112+144=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 144 - color contains mainly: blue. Hex color #867090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867090 is #798F6F. Grayscale: #7A7A7A. Windows color (decimal): -7966576 or 9465990. OLE color: 9465990.

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

Color convert

RGB134112144-
CMYK0.070.2200.44
HSL281.25º12.6%50.2%-
HSV(B)281.25º22.22%56.47%-
XYZ20.6618.6728.9-
YUV122.23140.29136.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 112 (44.14% from 255) = 28.72%
BLUE value IS 144 (56.64% from 255) = 36.92%
R=34.36%
G=28.72%
B=36.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341121440.070.2200.44281.2512.650.2
Hex86709071602C119d32
Octal2061602207260544311562
Binary100001101110000100100001111011001011001000110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867090; }

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

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

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

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

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

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

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

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