Html Css Color HEX #819097 Aluminium

📋 copy color: '#819097'

red 129 ◦ green 144 ◦ blue 151

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

Shades of Aluminium #819097

Tints of Aluminium #819097

RGB

 RED value IS 129 (50.78% from 255) = 30.42%

 GREEN value IS 144 (56.64% from 255) = 33.96%

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

R = 30.42%
G = 33.96%
B = 35.61%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#819097 (or 0x819097) is known color: Aluminium. HEX triplet: 81, 90 and 97. RGB value is (129,144,151). Sum of RGB (Red+Green+Blue) = 129+144+151=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 144 (56.64% from 255 or 33.96% 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 #819097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819097 is #7E6F68. Grayscale: #8C8C8C. Windows color (decimal): -8286057 or 9932929. OLE color: 9932929.

HSL color Cylindrical-coordinate representation of color #819097: hue angle of 199.09º 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 #819097 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 144 151 -
CMYK 0.15 0.05 0 0.41
HSL 199.09º 0.1% 0.55% -
HSV(B) 199.09º 0.15% 0.59% -
XYZ 24.61 26.85 33.16 -
YUV 140.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 129 144 151 0.15 0.05 0 0.41 199.09 0.1 0.55
Hex 81 90 97 F 5 0 29 C7 A 37
Octal 201 220 227 17 5 0 51 307 12 67
Binary 10000001 10010000 10010111 1111 101 0 101001 11000111 1010 110111

Color Harmonies of #819097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819097

Black with #819097

Text Example


Text Example

White with #819097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819097; }

 p { color: rgb(129,144,151); }

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

background-color css

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

 a { background-color: rgb(129,144,151); }

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

border-color css

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

 span { border-color: rgb(129,144,151); }

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