#827194

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

Shades of Topaz #827194

Tints of Topaz #827194

Color information

#827194 (or 0x827194) is unknown color: approx Topaz. HEX triplet: 82, 71 and 94. RGB value is (130,113,148). Sum of RGB (Red+Green+Blue) = 130+113+148=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 148 - color contains mainly: blue. Hex color #827194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827194 is #7D8E6B. Grayscale: #797979. Windows color (decimal): -8228460 or 9728386. OLE color: 9728386.

HSL color Cylindrical-coordinate representation of color #827194: hue angle of 269.14º 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 #827194 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB130113148-
CMYK0.120.2400.42
HSL269.14º14.06%51.18%-
HSV(B)269.14º23.65%58.04%-
XYZ20.4618.6930.55-
YUV122.07142.63133.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.25%
GREEN value IS 113 (44.53% from 255) = 28.90%
BLUE value IS 148 (58.20% from 255) = 37.85%
R=33.25%
G=28.90%
B=37.85%

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
Decimal1301131480.120.2400.42269.1414.0651.18
Hex827194C1802A10de33
Octal20216122414300524151663
Binary1000001011100011001010011001100001010101000011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827194; }

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

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

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

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

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

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

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

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