#827293

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

Shades of Topaz #827293

Tints of Topaz #827293

Color information

#827293 (or 0x827293) is unknown color: approx Topaz. HEX triplet: 82, 72 and 93. RGB value is (130,114,147). Sum of RGB (Red+Green+Blue) = 130+114+147=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 147 - color contains mainly: blue. Hex color #827293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827293 is #7D8D6C. Grayscale: #7A7A7A. Windows color (decimal): -8228205 or 9663106. OLE color: 9663106.

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

Color convert

RGB130114147-
CMYK0.120.2200.42
HSL269.09º13.25%51.18%-
HSV(B)269.09º22.45%57.65%-
XYZ20.4918.8930.17-
YUV122.55141.8133.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.25%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 147 (57.81% from 255) = 37.60%
R=33.25%
G=29.16%
B=37.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301141470.120.2200.42269.0913.2551.18
Hex827293C1602A10dd33
Octal20216222314260524151563
Binary1000001011100101001001111001011001010101000011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827293; }

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

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

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

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

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

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

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

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