#819094

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

Shades of Regent Grey #819094

Tints of Regent Grey #819094

Color information

#819094 (or 0x819094) is unknown color: approx Regent Grey. HEX triplet: 81, 90 and 94. RGB value is (129,144,148). Sum of RGB (Red+Green+Blue) = 129+144+148=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 148 - color contains mainly: blue. Hex color #819094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819094 is #7E6F6B. Grayscale: #8B8B8B. Windows color (decimal): -8286060 or 9736321. OLE color: 9736321.

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

Color convert

RGB129144148-
CMYK0.130.0300.42
HSL192.63º8.15%54.31%-
HSV(B)192.63º12.84%58.04%-
XYZ24.3726.7531.9-
YUV139.97132.53120.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.64%
GREEN value IS 144 (56.64% from 255) = 34.20%
BLUE value IS 148 (58.20% from 255) = 35.15%
R=30.64%
G=34.20%
B=35.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291441480.130.0300.42192.638.1554.31
Hex819094D302Ac1836
Octal2012202241530523011066
Binary1000000110010000100101001101110101010110000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819094; }

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

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

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

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

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

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

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

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