Html Css Color HEX #808A8D Regent Grey

📋 copy color: '#808A8D'

red 128 ◦ green 138 ◦ blue 141

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

Shades of Regent Grey #808A8D

Tints of Regent Grey #808A8D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.91%

 BLUE value IS 141 (55.47% from 255) = 34.64%

R = 31.45%
G = 33.91%
B = 34.64%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#808A8D (or 0x808A8D) is known color: Regent Grey. HEX triplet: 80, 8A and 8D. RGB value is (128,138,141). Sum of RGB (Red+Green+Blue) = 128+138+141=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 141 - color contains mainly: blue. Hex color #808A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808A8D is #7F7572. Grayscale: #878787. Windows color (decimal): -8353139 or 9276032. OLE color: 9276032.

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

Color convert

RGB 128 138 141 -
CMYK 0.09 0.02 0 0.45
HSL 193.85º 0.05% 0.53% -
HSV(B) 193.85º 0.09% 0.55% -
XYZ 22.8 24.69 28.76 -
YUV 135.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 128 138 141 0.09 0.02 0 0.45 193.85 0.05 0.53
Hex 80 8A 8D 9 2 0 2D C2 5 35
Octal 200 212 215 11 2 0 55 302 5 65
Binary 10000000 10001010 10001101 1001 10 0 101101 11000010 101 110101

Color Harmonies of #808A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808A8D

Black with #808A8D

Text Example


Text Example

White with #808A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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