Html Css Color HEX #809198 Aluminium

📋 copy color: '#809198'

red 128 ◦ green 145 ◦ blue 152

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

Shades of Aluminium #809198

Tints of Aluminium #809198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.76%

R = 30.12%
G = 34.12%
B = 35.76%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#809198 (or 0x809198) is known color: Aluminium. HEX triplet: 80, 91 and 98. RGB value is (128,145,152). Sum of RGB (Red+Green+Blue) = 128+145+152=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 152 - color contains mainly: blue. Hex color #809198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809198 is #7F6E67. Grayscale: #8C8C8C. Windows color (decimal): -8351336 or 9998720. OLE color: 9998720.

HSL color Cylindrical-coordinate representation of color #809198: hue angle of 197.5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #809198 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 145 152 -
CMYK 0.16 0.05 0 0.40
HSL 197.5º 0.1% 0.55% -
HSV(B) 197.5º 0.16% 0.6% -
XYZ 24.69 27.11 33.64 -
YUV 140.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 128 145 152 0.16 0.05 0 0.40 197.5 0.1 0.55
Hex 80 91 98 10 5 0 28 C6 A 37
Octal 200 221 230 20 5 0 50 306 12 67
Binary 10000000 10010001 10011000 10000 101 0 101000 11000110 1010 110111

Color Harmonies of #809198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809198

Black with #809198

Text Example


Text Example

White with #809198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809198; }

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

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

background-color css

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

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

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

border-color css

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

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

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