#848889

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

Shades of Regent Grey #848889

Tints of Regent Grey #848889

Color information

#848889 (or 0x848889) is unknown color: approx Regent Grey. HEX triplet: 84, 88 and 89. RGB value is (132,136,137). Sum of RGB (Red+Green+Blue) = 132+136+137=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 137 - color contains mainly: blue. Hex color #848889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848889 is #7B7776. Grayscale: #868686. Windows color (decimal): -8091511 or 9013380. OLE color: 9013380.

HSL color Cylindrical-coordinate representation of color #848889: hue angle of 192º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #848889 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB132136137-
CMYK0.040.0100.46
HSL192º2.07%52.75%-
HSV(B)192º3.65%53.73%-
XYZ22.8424.3227.16-
YUV134.92129.17125.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.59%
GREEN value IS 136 (53.52% from 255) = 33.58%
BLUE value IS 137 (53.91% from 255) = 33.83%
R=32.59%
G=33.58%
B=33.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1321361370.040.0100.461922.0752.75
Hex8488894102Ec0235
Octal20421021141056300265
Binary100001001000100010001001100101011101100000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848889; }

 p { color: rgb(132,136,137); }

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

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

 a { background-color: rgb(132,136,137); }

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

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

 span { border-color: rgb(132,136,137); }

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