#827294

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

Shades of Topaz #827294

Tints of Topaz #827294

Color information

#827294 (or 0x827294) is unknown color: approx Topaz. HEX triplet: 82, 72 and 94. RGB value is (130,114,148). Sum of RGB (Red+Green+Blue) = 130+114+148=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 148 - color contains mainly: blue. Hex color #827294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827294 is #7D8D6B. Grayscale: #7A7A7A. Windows color (decimal): -8228204 or 9728642. OLE color: 9728642.

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

Color convert

RGB130114148-
CMYK0.120.2300.42
HSL268.24º13.71%51.37%-
HSV(B)268.24º22.97%58.04%-
XYZ20.5718.9230.58-
YUV122.66142.3133.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.16%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 148 (58.20% from 255) = 37.76%
R=33.16%
G=29.08%
B=37.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301141480.120.2300.42268.2413.7151.37
Hex827294C1702A10ce33
Octal20216222414270524141663
Binary1000001011100101001010011001011101010101000011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827294; }

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

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

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

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

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

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

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

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