#81898C

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

Shades of Regent Grey #81898C

Tints of Regent Grey #81898C

Color information

#81898C (or 0x81898C) is unknown color: approx Regent Grey. HEX triplet: 81, 89 and 8C. RGB value is (129,137,140). Sum of RGB (Red+Green+Blue) = 129+137+140=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 140 - color contains mainly: blue. Hex color #81898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81898C is #7E7673. Grayscale: #868686. Windows color (decimal): -8287860 or 9210241. OLE color: 9210241.

HSL color Cylindrical-coordinate representation of color #81898C: hue angle of 196.36º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #81898C is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB129137140-
CMYK0.080.0200.45
HSL196.36º4.56%52.75%-
HSV(B)196.36º7.86%54.9%-
XYZ22.7324.4528.33-
YUV134.95130.85123.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.77%
GREEN value IS 137 (53.91% from 255) = 33.74%
BLUE value IS 140 (55.08% from 255) = 34.48%
R=31.77%
G=33.74%
B=34.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291371400.080.0200.45196.364.5652.75
Hex81898C8202Dc4535
Octal201211214102055304565
Binary100000011000100110001100100010010110111000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81898C; }

 p { color: rgb(129,137,140); }

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

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

 a { background-color: rgb(129,137,140); }

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

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

 span { border-color: rgb(129,137,140); }

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