#827C90

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

Shades of Topaz #827C90

Tints of Topaz #827C90

Color information

#827C90 (or 0x827C90) is unknown color: approx Topaz. HEX triplet: 82, 7C and 90. RGB value is (130,124,144). Sum of RGB (Red+Green+Blue) = 130+124+144=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 144 - color contains mainly: blue. Hex color #827C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827C90 is #7D836F. Grayscale: #808080. Windows color (decimal): -8225648 or 9469058. OLE color: 9469058.

HSL color Cylindrical-coordinate representation of color #827C90: hue angle of 258º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #827C90 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB130124144-
CMYK0.100.1400.44
HSL258º8.26%52.55%-
HSV(B)258º13.89%56.47%-
XYZ21.4521.1729.34-
YUV128.07136.99129.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.66%
GREEN value IS 124 (48.83% from 255) = 31.16%
BLUE value IS 144 (56.64% from 255) = 36.18%
R=32.66%
G=31.16%
B=36.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301241440.100.1400.442588.2652.55
Hex827C90AE02C102835
Octal20217422012160544021065
Binary100000101111100100100001010111001011001000000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827C90; }

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

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

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

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

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

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

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

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