Html Css Color HEX #808D90 Regent Grey

📋 copy color: '#808D90'

red 128 ◦ green 141 ◦ blue 144

#808D90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent Grey #808D90

Tints of Regent Grey #808D90

RGB

 RED value IS 128 (50.39% from 255) = 30.99%

 GREEN value IS 141 (55.47% from 255) = 34.14%

 BLUE value IS 144 (56.64% from 255) = 34.87%

R = 30.99%
G = 34.14%
B = 34.87%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#808D90 (or 0x808D90) is known color: Regent Grey. HEX triplet: 80, 8D and 90. RGB value is (128,141,144). Sum of RGB (Red+Green+Blue) = 128+141+144=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 144 - color contains mainly: blue. Hex color #808D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808D90 is #7F726F. Grayscale: #898989. Windows color (decimal): -8352368 or 9473408. OLE color: 9473408.

HSL color Cylindrical-coordinate representation of color #808D90: hue angle of 191.25º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #808D90 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 141 144 -
CMYK 0.11 0.02 0 0.44
HSL 191.25º 0.07% 0.53% -
HSV(B) 191.25º 0.11% 0.56% -
XYZ 23.46 25.65 30.1 -
YUV 137.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 128 141 144 0.11 0.02 0 0.44 191.25 0.07 0.53
Hex 80 8D 90 B 2 0 2C BF 7 35
Octal 200 215 220 13 2 0 54 277 7 65
Binary 10000000 10001101 10010000 1011 10 0 101100 10111111 111 110101

Color Harmonies of #808D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808D90

Black with #808D90

Text Example


Text Example

White with #808D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,141,144); }

 H1.HeaderClassName
 {
   color: #808D90;
 }
 .AnyTagClassName
 {
   color: #808D90;
 }
</style>

background-color css

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

 a { background-color: rgb(128,141,144); }

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

border-color css

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

 span { border-color: rgb(128,141,144); }

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