#809197

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

Shades of Regent Grey #809197

Tints of Regent Grey #809197

Color information

#809197 (or 0x809197) is unknown color: approx Regent Grey. HEX triplet: 80, 91 and 97. RGB value is (128,145,151). Sum of RGB (Red+Green+Blue) = 128+145+151=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 151 - color contains mainly: blue. Hex color #809197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809197 is #7F6E68. Grayscale: #8C8C8C. Windows color (decimal): -8351337 or 9933184. OLE color: 9933184.

HSL color Cylindrical-coordinate representation of color #809197: hue angle of 195.65º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #809197 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB128145151-
CMYK0.150.0400.41
HSL195.65º9.96%54.71%-
HSV(B)195.65º15.23%59.22%-
XYZ24.6127.0733.21-
YUV140.6133.87119.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.19%
GREEN value IS 145 (57.03% from 255) = 34.20%
BLUE value IS 151 (59.38% from 255) = 35.61%
R=30.19%
G=34.20%
B=35.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1281451510.150.0400.41195.659.9654.71
Hex809197F4029c4a37
Octal2002212271740513041267
Binary10000000100100011001011111111000101001110001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809197; }

 p { color: rgb(128,145,151); }

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

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

 a { background-color: rgb(128,145,151); }

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

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

 span { border-color: rgb(128,145,151); }

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