Html Css Color HEX #819198 Aluminium

📋 copy color: '#819198'

red 129 ◦ green 145 ◦ blue 152

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

Shades of Aluminium #819198

Tints of Aluminium #819198

RGB

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

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

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

R = 30.28%
G = 34.04%
B = 35.68%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#819198 (or 0x819198) is known color: Aluminium. HEX triplet: 81, 91 and 98. RGB value is (129,145,152). Sum of RGB (Red+Green+Blue) = 129+145+152=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 152 - color contains mainly: blue. Hex color #819198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819198 is #7E6E67. Grayscale: #8C8C8C. Windows color (decimal): -8285800 or 9998721. OLE color: 9998721.

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

Color convert

RGB 129 145 152 -
CMYK 0.15 0.05 0 0.40
HSL 198.26º 0.1% 0.55% -
HSV(B) 198.26º 0.15% 0.6% -
XYZ 24.85 27.18 33.64 -
YUV 141.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 129 145 152 0.15 0.05 0 0.40 198.26 0.1 0.55
Hex 81 91 98 F 5 0 28 C6 A 37
Octal 201 221 230 17 5 0 50 306 12 67
Binary 10000001 10010001 10011000 1111 101 0 101000 11000110 1010 110111

Color Harmonies of #819198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819198

Black with #819198

Text Example


Text Example

White with #819198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819198; }

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

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

background-color css

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

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

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

border-color css

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

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

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