#898E8F

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

Shades of Regent Grey #898E8F

Tints of Regent Grey #898E8F

Color information

#898E8F (or 0x898E8F) is unknown color: approx Regent Grey. HEX triplet: 89, 8E and 8F. RGB value is (137,142,143). Sum of RGB (Red+Green+Blue) = 137+142+143=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 143 - color contains mainly: blue. Hex color #898E8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898E8F is #767170. Grayscale: #8C8C8C. Windows color (decimal): -7762289 or 9408137. OLE color: 9408137.

HSL color Cylindrical-coordinate representation of color #898E8F: hue angle of 190º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #898E8F is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB137142143-
CMYK0.040.0100.44
HSL190º2.61%54.9%-
HSV(B)190º4.2%56.08%-
XYZ24.9526.6529.82-
YUV140.62129.34125.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.46%
GREEN value IS 142 (55.86% from 255) = 33.65%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=32.46%
G=33.65%
B=33.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371421430.040.0100.441902.6154.9
Hex898E8F4102Cbe337
Octal21121621741054276367
Binary100010011000111010001111100101011001011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898E8F; }

 p { color: rgb(137,142,143); }

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

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

 a { background-color: rgb(137,142,143); }

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

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

 span { border-color: rgb(137,142,143); }

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