Html Css Color HEX #809197 Regent Grey

📋 copy color: '#809197'

red 128 ◦ green 145 ◦ blue 151

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

Shades of Regent Grey #809197

Tints of Regent Grey #809197

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.2%

 BLUE value IS 151 (59.38% from 255) = 35.61%

R = 30.19%
G = 34.2%
B = 35.61%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#809197 (or 0x809197) is known color: Regent Grey. HEX triplet: 80, 91 and 97. RGB value is (128,145,151). Sum of RGB (Red+Green+Blue) = 128+145+151=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 151 - color contains mainly: blue. Hex color #809197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809197 is #7F6E68. Grayscale: #8C8C8C. Windows color (decimal): -8351337 or 9933184. OLE color: 9933184.

HSL color Cylindrical-coordinate representation of color #809197: hue angle of 195.65º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #809197 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 145 151 -
CMYK 0.15 0.04 0 0.41
HSL 195.65º 0.1% 0.55% -
HSV(B) 195.65º 0.15% 0.59% -
XYZ 24.61 27.07 33.21 -
YUV 140.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 128 145 151 0.15 0.04 0 0.41 195.65 0.1 0.55
Hex 80 91 97 F 4 0 29 C4 A 37
Octal 200 221 227 17 4 0 51 304 12 67
Binary 10000000 10010001 10010111 1111 100 0 101001 11000100 1010 110111

Color Harmonies of #809197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809197

Black with #809197

Text Example


Text Example

White with #809197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809197; }

 p { color: rgb(128,145,151); }

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

background-color css

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

 a { background-color: rgb(128,145,151); }

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

border-color css

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

 span { border-color: rgb(128,145,151); }

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