Html Css Color HEX #818F94 Aluminium

📋 copy color: '#818F94'

red 129 ◦ green 143 ◦ blue 148

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

Shades of Aluminium #818F94

Tints of Aluminium #818F94

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.05%

 BLUE value IS 148 (58.2% from 255) = 35.24%

R = 30.71%
G = 34.05%
B = 35.24%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#818F94 (or 0x818F94) is known color: Aluminium. HEX triplet: 81, 8F and 94. RGB value is (129,143,148). Sum of RGB (Red+Green+Blue) = 129+143+148=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 148 - color contains mainly: blue. Hex color #818F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818F94 is #7E706B. Grayscale: #8B8B8B. Windows color (decimal): -8286316 or 9736065. OLE color: 9736065.

HSL color Cylindrical-coordinate representation of color #818F94: hue angle of 195.79º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #818F94 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 143 148 -
CMYK 0.13 0.03 0 0.42
HSL 195.79º 0.08% 0.54% -
HSV(B) 195.79º 0.13% 0.58% -
XYZ 24.22 26.45 31.85 -
YUV 139.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 129 143 148 0.13 0.03 0 0.42 195.79 0.08 0.54
Hex 81 8F 94 D 3 0 2A C4 8 36
Octal 201 217 224 15 3 0 52 304 10 66
Binary 10000001 10001111 10010100 1101 11 0 101010 11000100 1000 110110

Color Harmonies of #818F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818F94

Black with #818F94

Text Example


Text Example

White with #818F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818F94; }

 p { color: rgb(129,143,148); }

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

background-color css

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

 a { background-color: rgb(129,143,148); }

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

border-color css

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

 span { border-color: rgb(129,143,148); }

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