#827689

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

Shades of Topaz #827689

Tints of Topaz #827689

Color information

#827689 (or 0x827689) is unknown color: approx Topaz. HEX triplet: 82, 76 and 89. RGB value is (130,118,137). Sum of RGB (Red+Green+Blue) = 130+118+137=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 137 - color contains mainly: blue. Hex color #827689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827689 is #7D8976. Grayscale: #7B7B7B. Windows color (decimal): -8227191 or 9008770. OLE color: 9008770.

HSL color Cylindrical-coordinate representation of color #827689: hue angle of 277.89º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #827689 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB130118137-
CMYK0.050.1400.46
HSL277.89º7.45%50%-
HSV(B)277.89º13.87%53.73%-
XYZ20.219.5126.37-
YUV123.75135.48132.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.77%
GREEN value IS 118 (46.48% from 255) = 30.65%
BLUE value IS 137 (53.91% from 255) = 35.58%
R=33.77%
G=30.65%
B=35.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301181370.050.1400.46277.897.4550
Hex8276895E02E116732
Octal202166211516056426762
Binary1000001011101101000100110111100101110100010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827689; }

 p { color: rgb(130,118,137); }

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

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

 a { background-color: rgb(130,118,137); }

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

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

 span { border-color: rgb(130,118,137); }

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