Shades of Rock Blue #9AA7B5
Tints of Rock Blue #9AA7B5
RGB
CMYK
RGB Variations
Color information
#9AA7B5 (or 0x9AA7B5) is known color: Rock Blue. HEX triplet: 9A, A7 and B5. RGB value is (154,167,181). Sum of RGB (Red+Green+Blue) = 154+167+181=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 181 - color contains mainly: blue. Hex color #9AA7B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA7B5 is #65584A. Grayscale: #A4A4A4. Windows color (decimal): -6641739 or 11904922. OLE color: 11904922.
HSL color Cylindrical-coordinate representation of color #9AA7B5: hue angle of 211.11º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9AA7B5 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 154 | 167 | 181 | - |
CMYK | 0.15 | 0.08 | 0 | 0.29 |
HSL | 211.11º | 0.15% | 0.66% | - |
HSV(B) | 211.11º | 0.15% | 0.71% | - |
XYZ | 35.49 | 37.84 | 49.15 | - |
YUV | 164.71 | 137.19 | 120.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 167 | 181 | 0.15 | 0.08 | 0 | 0.29 | 211.11 | 0.15 | 0.66 |
Hex | 9A | A7 | B5 | F | 8 | 0 | 1D | D3 | F | 42 |
Octal | 232 | 247 | 265 | 17 | 10 | 0 | 35 | 323 | 17 | 102 |
Binary | 10011010 | 10100111 | 10110101 | 1111 | 1000 | 0 | 11101 | 11010011 | 1111 | 1000010 |
Color Harmonies of #9AA7B5
Complementary color
Monochromatic Colors of #9AA7B5
Black with #9AA7B5
Text Example
Text Example
White with #9AA7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA7B5; }
p { color: rgb(154,167,181); }
H1.HeaderClassName
{
color: #9AA7B5;
}
.AnyTagClassName
{
color: #9AA7B5;
}
</style>
background-color css
<style>
a { background-color: #9AA7B5; }
a { background-color: rgb(154,167,181); }
div.DivClassName
{
background-color: #9AA7B5;
}
.BgClassName
{
background-color: #9AA7B5;
}
</style>
border-color css
<style>
span { border-color: #9AA7B5; }
span { border-color: rgb(154,167,181); }
td.TdClassName
{
border-color: #9AA7B5;
}
.TagClassName
{
border-color: #9AA7B5;
}
</style>