#827295

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

Shades of Topaz #827295

Tints of Topaz #827295

Color information

#827295 (or 0x827295) is unknown color: approx Topaz. HEX triplet: 82, 72 and 95. RGB value is (130,114,149). Sum of RGB (Red+Green+Blue) = 130+114+149=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 149 - color contains mainly: blue. Hex color #827295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827295 is #7D8D6A. Grayscale: #7A7A7A. Windows color (decimal): -8228203 or 9794178. OLE color: 9794178.

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

Color convert

RGB130114149-
CMYK0.130.2300.42
HSL267.43º14.17%51.57%-
HSV(B)267.43º23.49%58.43%-
XYZ20.6518.9531-
YUV122.77142.8133.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.08%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 149 (58.59% from 255) = 37.91%
R=33.08%
G=29.01%
B=37.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301141490.130.2300.42267.4314.1751.57
Hex827295D1702A10be34
Octal20216222515270524131664
Binary1000001011100101001010111011011101010101000010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827295; }

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

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

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

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

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

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

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

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