#827B89

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

Shades of Topaz #827B89

Tints of Topaz #827B89

Color information

#827B89 (or 0x827B89) is unknown color: approx Topaz. HEX triplet: 82, 7B and 89. RGB value is (130,123,137). Sum of RGB (Red+Green+Blue) = 130+123+137=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 137 - color contains mainly: blue. Hex color #827B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827B89 is #7D8476. Grayscale: #7E7E7E. Windows color (decimal): -8225911 or 9010050. OLE color: 9010050.

HSL color Cylindrical-coordinate representation of color #827B89: hue angle of 270º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #827B89 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB130123137-
CMYK0.050.1000.46
HSL270º5.6%50.98%-
HSV(B)270º10.22%53.73%-
XYZ20.820.7226.57-
YUV126.69133.82130.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.33%
GREEN value IS 123 (48.44% from 255) = 31.54%
BLUE value IS 137 (53.91% from 255) = 35.13%
R=33.33%
G=31.54%
B=35.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301231370.050.1000.462705.650.98
Hex827B895A02E10e633
Octal202173211512056416663
Binary1000001011110111000100110110100101110100001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,123,137); }

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

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

 a { background-color: rgb(130,123,137); }

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

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

 span { border-color: rgb(130,123,137); }

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