#827990

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

Shades of Topaz #827990

Tints of Topaz #827990

Color information

#827990 (or 0x827990) is unknown color: approx Topaz. HEX triplet: 82, 79 and 90. RGB value is (130,121,144). Sum of RGB (Red+Green+Blue) = 130+121+144=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 144 - color contains mainly: blue. Hex color #827990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827990 is #7D866F. Grayscale: #7E7E7E. Windows color (decimal): -8226416 or 9468290. OLE color: 9468290.

HSL color Cylindrical-coordinate representation of color #827990: hue angle of 263.48º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #827990 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB130121144-
CMYK0.100.1600.44
HSL263.48º9.39%51.96%-
HSV(B)263.48º15.97%56.47%-
XYZ21.0820.4329.22-
YUV126.31137.98130.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.91%
GREEN value IS 121 (47.66% from 255) = 30.63%
BLUE value IS 144 (56.64% from 255) = 36.46%
R=32.91%
G=30.63%
B=36.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301211440.100.1600.44263.489.3951.96
Hex827990A1002C107934
Octal20217122012200544071164
Binary1000001011110011001000010101000001011001000001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827990; }

 p { color: rgb(130,121,144); }

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

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

 a { background-color: rgb(130,121,144); }

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

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

 span { border-color: rgb(130,121,144); }

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