#809094

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

Shades of Regent Grey #809094

Tints of Regent Grey #809094

Color information

#809094 (or 0x809094) is unknown color: approx Regent Grey. HEX triplet: 80, 90 and 94. RGB value is (128,144,148). Sum of RGB (Red+Green+Blue) = 128+144+148=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 148 - color contains mainly: blue. Hex color #809094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809094 is #7F6F6B. Grayscale: #8B8B8B. Windows color (decimal): -8351596 or 9736320. OLE color: 9736320.

HSL color Cylindrical-coordinate representation of color #809094: hue angle of 192º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #809094 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB128144148-
CMYK0.140.0300.42
HSL192º8.55%54.12%-
HSV(B)192º13.51%58.04%-
XYZ24.2226.6731.89-
YUV139.67132.7119.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.48%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 148 (58.20% from 255) = 35.24%
R=30.48%
G=34.29%
B=35.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281441480.140.0300.421928.5554.12
Hex809094E302Ac0936
Octal2002202241630523001166
Binary1000000010010000100101001110110101010110000001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809094; }

 p { color: rgb(128,144,148); }

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

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

 a { background-color: rgb(128,144,148); }

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

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

 span { border-color: rgb(128,144,148); }

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