#808E93

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

Shades of Regent Grey #808E93

Tints of Regent Grey #808E93

Color information

#808E93 (or 0x808E93) is unknown color: approx Regent Grey. HEX triplet: 80, 8E and 93. RGB value is (128,142,147). Sum of RGB (Red+Green+Blue) = 128+142+147=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 147 - color contains mainly: blue. Hex color #808E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808E93 is #7F716C. Grayscale: #8A8A8A. Windows color (decimal): -8352109 or 9670272. OLE color: 9670272.

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

Color convert

RGB128142147-
CMYK0.130.0300.42
HSL195.79º8.09%53.92%-
HSV(B)195.79º12.93%57.65%-
XYZ23.8426.0431.37-
YUV138.38132.86120.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.70%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 147 (57.81% from 255) = 35.25%
R=30.70%
G=34.05%
B=35.25%

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
Decimal1281421470.130.0300.42195.798.0953.92
Hex808E93D302Ac4836
Octal2002162231530523041066
Binary1000000010001110100100111101110101010110001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808E93; }

 p { color: rgb(128,142,147); }

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

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

 a { background-color: rgb(128,142,147); }

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

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

 span { border-color: rgb(128,142,147); }

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