#866F90

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

Shades of Topaz #866F90

Tints of Topaz #866F90

Color information

#866F90 (or 0x866F90) is unknown color: approx Topaz. HEX triplet: 86, 6F and 90. RGB value is (134,111,144). Sum of RGB (Red+Green+Blue) = 134+111+144=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 144 - color contains mainly: blue. Hex color #866F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866F90 is #79906F. Grayscale: #797979. Windows color (decimal): -7966832 or 9465734. OLE color: 9465734.

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

Color convert

RGB134111144-
CMYK0.070.2300.44
HSL281.82º12.94%50%-
HSV(B)281.82º22.92%56.47%-
XYZ20.5518.4528.86-
YUV121.64140.62136.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.45%
GREEN value IS 111 (43.75% from 255) = 28.53%
BLUE value IS 144 (56.64% from 255) = 37.02%
R=34.45%
G=28.53%
B=37.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341111440.070.2300.44281.8212.9450
Hex866F9071702C11ad32
Octal2061572207270544321562
Binary100001101101111100100001111011101011001000110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866F90; }

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

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

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

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

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

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

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

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