#827093

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

Shades of Topaz #827093

Tints of Topaz #827093

Color information

#827093 (or 0x827093) is unknown color: approx Topaz. HEX triplet: 82, 70 and 93. RGB value is (130,112,147). Sum of RGB (Red+Green+Blue) = 130+112+147=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 147 - color contains mainly: blue. Hex color #827093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827093 is #7D8F6C. Grayscale: #797979. Windows color (decimal): -8228717 or 9662594. OLE color: 9662594.

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

Color convert

RGB130112147-
CMYK0.120.2400.42
HSL270.86º13.94%50.78%-
HSV(B)270.86º23.81%57.65%-
XYZ20.2718.4430.1-
YUV121.37142.46134.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.42%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=33.42%
G=28.79%
B=37.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301121470.120.2400.42270.8613.9450.78
Hex827093C1802A10fe33
Octal20216022314300524171663
Binary1000001011100001001001111001100001010101000011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827093; }

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

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

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

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

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

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

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

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