#827891

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

Shades of Topaz #827891

Tints of Topaz #827891

Color information

#827891 (or 0x827891) is unknown color: approx Topaz. HEX triplet: 82, 78 and 91. RGB value is (130,120,145). Sum of RGB (Red+Green+Blue) = 130+120+145=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 145 - color contains mainly: blue. Hex color #827891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827891 is #7D876E. Grayscale: #7D7D7D. Windows color (decimal): -8226671 or 9533570. OLE color: 9533570.

HSL color Cylindrical-coordinate representation of color #827891: hue angle of 264º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #827891 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB130120145-
CMYK0.100.1700.43
HSL264º10.2%51.96%-
HSV(B)264º17.24%56.86%-
XYZ21.0320.2229.58-
YUV125.84138.81130.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.91%
GREEN value IS 120 (47.27% from 255) = 30.38%
BLUE value IS 145 (57.03% from 255) = 36.71%
R=32.91%
G=30.38%
B=36.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301201450.100.1700.4326410.251.96
Hex827891A1102B108a34
Octal20217022112210534101264
Binary1000001011110001001000110101000101010111000010001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827891; }

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

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

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

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

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

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

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

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