Shades of Periglacial Blue #A7B8AF
Tints of Periglacial Blue #A7B8AF
RGB
CMYK
RGB Variations
Color information
#A7B8AF (or 0xA7B8AF) is known color: Periglacial Blue. HEX triplet: A7, B8 and AF. RGB value is (167,184,175). Sum of RGB (Red+Green+Blue) = 167+184+175=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 184 - color contains mainly: green. Hex color #A7B8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B8AF is #584750. Grayscale: #B1B1B1. Windows color (decimal): -5785425 or 11516071. OLE color: 11516071.
HSL color Cylindrical-coordinate representation of color #A7B8AF: hue angle of 148.24º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A7B8AF is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 184 | 175 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.28 |
| HSL | 148.24º | 0.11% | 0.69% | - |
| HSV(B) | 148.24º | 0.09% | 0.72% | - |
| XYZ | 40.81 | 45.59 | 47.21 | - |
| YUV | 177.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 184 | 175 | 0.09 | 0 | 0.05 | 0.28 | 148.24 | 0.11 | 0.69 |
| Hex | A7 | B8 | AF | 9 | 0 | 5 | 1C | 94 | B | 45 |
| Octal | 247 | 270 | 257 | 11 | 0 | 5 | 34 | 224 | 13 | 105 |
| Binary | 10100111 | 10111000 | 10101111 | 1001 | 0 | 101 | 11100 | 10010100 | 1011 | 1000101 |
Color Harmonies of #A7B8AF
Complementary color
Monochromatic Colors of #A7B8AF
Black with #A7B8AF
Text Example
Text Example
White with #A7B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B8AF; }
p { color: rgb(167,184,175); }
H1.HeaderClassName
{
color: #A7B8AF;
}
.AnyTagClassName
{
color: #A7B8AF;
}
</style>
background-color css
<style>
a { background-color: #A7B8AF; }
a { background-color: rgb(167,184,175); }
div.DivClassName
{
background-color: #A7B8AF;
}
.BgClassName
{
background-color: #A7B8AF;
}
</style>
border-color css
<style>
span { border-color: #A7B8AF; }
span { border-color: rgb(167,184,175); }
td.TdClassName
{
border-color: #A7B8AF;
}
.TagClassName
{
border-color: #A7B8AF;
}
</style>