#827292

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

Shades of Topaz #827292

Tints of Topaz #827292

Color information

#827292 (or 0x827292) is unknown color: approx Topaz. HEX triplet: 82, 72 and 92. RGB value is (130,114,146). Sum of RGB (Red+Green+Blue) = 130+114+146=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #827292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827292 is #7D8D6D. Grayscale: #7A7A7A. Windows color (decimal): -8228206 or 9597570. OLE color: 9597570.

HSL color Cylindrical-coordinate representation of color #827292: hue angle of 270º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #827292 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB130114146-
CMYK0.110.2200.43
HSL270º12.8%50.98%-
HSV(B)270º21.92%57.25%-
XYZ20.4118.8629.76-
YUV122.43141.3133.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.33%
GREEN value IS 114 (44.92% from 255) = 29.23%
BLUE value IS 146 (57.42% from 255) = 37.44%
R=33.33%
G=29.23%
B=37.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301141460.110.2200.4327012.850.98
Hex827292B1602B10ed33
Octal20216222213260534161563
Binary1000001011100101001001010111011001010111000011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827292; }

 p { color: rgb(130,114,146); }

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

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

 a { background-color: rgb(130,114,146); }

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

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

 span { border-color: rgb(130,114,146); }

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