#819194

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

Shades of Regent Grey #819194

Tints of Regent Grey #819194

Color information

#819194 (or 0x819194) is unknown color: approx Regent Grey. HEX triplet: 81, 91 and 94. RGB value is (129,145,148). Sum of RGB (Red+Green+Blue) = 129+145+148=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 148 - color contains mainly: blue. Hex color #819194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819194 is #7E6E6B. Grayscale: #8C8C8C. Windows color (decimal): -8285804 or 9736577. OLE color: 9736577.

HSL color Cylindrical-coordinate representation of color #819194: hue angle of 189.47º 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 #819194 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB129145148-
CMYK0.130.0200.42
HSL189.47º8.15%54.31%-
HSV(B)189.47º12.84%58.04%-
XYZ24.5227.0631.95-
YUV140.56132.2119.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.57%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=30.57%
G=34.36%
B=35.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291451480.130.0200.42189.478.1554.31
Hex819194D202Abd836
Octal2012212241520522751066
Binary1000000110010001100101001101100101010101111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819194; }

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

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

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

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

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

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

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

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