#827E8B

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

Shades of Topaz #827E8B

Tints of Topaz #827E8B

Color information

#827E8B (or 0x827E8B) is unknown color: approx Topaz. HEX triplet: 82, 7E and 8B. RGB value is (130,126,139). Sum of RGB (Red+Green+Blue) = 130+126+139=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 139 - color contains mainly: blue. Hex color #827E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827E8B is #7D8174. Grayscale: #808080. Windows color (decimal): -8225141 or 9141890. OLE color: 9141890.

HSL color Cylindrical-coordinate representation of color #827E8B: hue angle of 258.46º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #827E8B is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB130126139-
CMYK0.060.0900.45
HSL258.46º5.31%51.96%-
HSV(B)258.46º9.35%54.51%-
XYZ21.3321.5327.46-
YUV128.68133.83128.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.91%
GREEN value IS 126 (49.61% from 255) = 31.90%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=32.91%
G=31.90%
B=35.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301261390.060.0900.45258.465.3151.96
Hex827E8B6902D102534
Octal202176213611055402564
Binary1000001011111101000101111010010101101100000010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,126,139); }

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

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

 a { background-color: rgb(130,126,139); }

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

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

 span { border-color: rgb(130,126,139); }

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