#827592

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

Shades of Topaz #827592

Tints of Topaz #827592

Color information

#827592 (or 0x827592) is unknown color: approx Topaz. HEX triplet: 82, 75 and 92. RGB value is (130,117,146). Sum of RGB (Red+Green+Blue) = 130+117+146=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 146 - color contains mainly: blue. Hex color #827592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827592 is #7D8A6D. Grayscale: #7C7C7C. Windows color (decimal): -8227438 or 9598338. OLE color: 9598338.

HSL color Cylindrical-coordinate representation of color #827592: hue angle of 266.9º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #827592 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB130117146-
CMYK0.110.2000.43
HSL266.9º11.74%51.57%-
HSV(B)266.9º19.86%57.25%-
XYZ20.7619.5429.87-
YUV124.19140.31132.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.08%
GREEN value IS 117 (46.09% from 255) = 29.77%
BLUE value IS 146 (57.42% from 255) = 37.15%
R=33.08%
G=29.77%
B=37.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301171460.110.2000.43266.911.7451.57
Hex827592B1402B10bc34
Octal20216522213240534131464
Binary1000001011101011001001010111010001010111000010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827592; }

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

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

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

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

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

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

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

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