Shades of Aluminium #8A8F93
Tints of Aluminium #8A8F93
RGB
CMYK
RGB Variations
Color information
#8A8F93 (or 0x8A8F93) is known color: Aluminium. HEX triplet: 8A, 8F and 93. RGB value is (138,143,147). Sum of RGB (Red+Green+Blue) = 138+143+147=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A8F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8F93 is #75706C. Grayscale: #8D8D8D. Windows color (decimal): -7696493 or 9670538. OLE color: 9670538.
HSL color Cylindrical-coordinate representation of color #8A8F93: hue angle of 206.67º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8A8F93 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
RGB | 138 | 143 | 147 | - |
CMYK | 0.06 | 0.03 | 0 | 0.42 |
HSL | 206.67º | 0.04% | 0.56% | - |
HSV(B) | 206.67º | 0.06% | 0.58% | - |
XYZ | 25.57 | 27.15 | 31.5 | - |
YUV | 141.96 | 130.84 | 125.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 143 | 147 | 0.06 | 0.03 | 0 | 0.42 | 206.67 | 0.04 | 0.56 |
Hex | 8A | 8F | 93 | 6 | 3 | 0 | 2A | CF | 4 | 38 |
Octal | 212 | 217 | 223 | 6 | 3 | 0 | 52 | 317 | 4 | 70 |
Binary | 10001010 | 10001111 | 10010011 | 110 | 11 | 0 | 101010 | 11001111 | 100 | 111000 |
Color Harmonies of #8A8F93
Complementary color
Monochromatic Colors of #8A8F93
Black with #8A8F93
Text Example
Text Example
White with #8A8F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8F93; }
p { color: rgb(138,143,147); }
H1.HeaderClassName
{
color: #8A8F93;
}
.AnyTagClassName
{
color: #8A8F93;
}
</style>
background-color css
<style>
a { background-color: #8A8F93; }
a { background-color: rgb(138,143,147); }
div.DivClassName
{
background-color: #8A8F93;
}
.BgClassName
{
background-color: #8A8F93;
}
</style>
border-color css
<style>
span { border-color: #8A8F93; }
span { border-color: rgb(138,143,147); }
td.TdClassName
{
border-color: #8A8F93;
}
.TagClassName
{
border-color: #8A8F93;
}
</style>