#826F94

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

Shades of Topaz #826F94

Tints of Topaz #826F94

Color information

#826F94 (or 0x826F94) is unknown color: approx Topaz. HEX triplet: 82, 6F and 94. RGB value is (130,111,148). Sum of RGB (Red+Green+Blue) = 130+111+148=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #826F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826F94 is #7D906B. Grayscale: #787878. Windows color (decimal): -8228972 or 9727874. OLE color: 9727874.

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

Color convert

RGB130111148-
CMYK0.120.2500.42
HSL270.81º14.74%50.78%-
HSV(B)270.81º25%58.04%-
XYZ20.2418.2530.47-
YUV120.9143.29134.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.42%
GREEN value IS 111 (43.75% from 255) = 28.53%
BLUE value IS 148 (58.20% from 255) = 38.05%
R=33.42%
G=28.53%
B=38.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301111480.120.2500.42270.8114.7450.78
Hex826F94C1902A10ff33
Octal20215722414310524171763
Binary1000001011011111001010011001100101010101000011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826F94; }

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

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

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

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

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

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

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

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