#827889

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

Shades of Topaz #827889

Tints of Topaz #827889

Color information

#827889 (or 0x827889) is unknown color: approx Topaz. HEX triplet: 82, 78 and 89. RGB value is (130,120,137). Sum of RGB (Red+Green+Blue) = 130+120+137=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 137 - color contains mainly: blue. Hex color #827889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827889 is #7D8776. Grayscale: #7C7C7C. Windows color (decimal): -8226679 or 9009282. OLE color: 9009282.

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

Color convert

RGB130120137-
CMYK0.050.1200.46
HSL275.29º6.72%50.39%-
HSV(B)275.29º12.41%53.73%-
XYZ20.4419.9826.45-
YUV124.93134.81131.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.59%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 137 (53.91% from 255) = 35.40%
R=33.59%
G=31.01%
B=35.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301201370.050.1200.46275.296.7250.39
Hex8278895C02E113732
Octal202170211514056423762
Binary1000001011110001000100110111000101110100010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827889; }

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

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

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

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

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

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

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

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