Shades of Rock Blue #9DA7B6
Tints of Rock Blue #9DA7B6
RGB
CMYK
RGB Variations
Color information
#9DA7B6 (or 0x9DA7B6) is known color: Rock Blue. HEX triplet: 9D, A7 and B6. RGB value is (157,167,182). Sum of RGB (Red+Green+Blue) = 157+167+182=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 182 - color contains mainly: blue. Hex color #9DA7B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA7B6 is #625849. Grayscale: #A5A5A5. Windows color (decimal): -6445130 or 11970461. OLE color: 11970461.
HSL color Cylindrical-coordinate representation of color #9DA7B6: hue angle of 216º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DA7B6 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 157 | 167 | 182 | - |
CMYK | 0.14 | 0.08 | 0 | 0.29 |
HSL | 216º | 0.15% | 0.66% | - |
HSV(B) | 216º | 0.14% | 0.71% | - |
XYZ | 36.17 | 38.18 | 49.72 | - |
YUV | 165.72 | 137.19 | 121.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 167 | 182 | 0.14 | 0.08 | 0 | 0.29 | 216 | 0.15 | 0.66 |
Hex | 9D | A7 | B6 | E | 8 | 0 | 1D | D8 | F | 42 |
Octal | 235 | 247 | 266 | 16 | 10 | 0 | 35 | 330 | 17 | 102 |
Binary | 10011101 | 10100111 | 10110110 | 1110 | 1000 | 0 | 11101 | 11011000 | 1111 | 1000010 |
Color Harmonies of #9DA7B6
Complementary color
Monochromatic Colors of #9DA7B6
Black with #9DA7B6
Text Example
Text Example
White with #9DA7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA7B6; }
p { color: rgb(157,167,182); }
H1.HeaderClassName
{
color: #9DA7B6;
}
.AnyTagClassName
{
color: #9DA7B6;
}
</style>
background-color css
<style>
a { background-color: #9DA7B6; }
a { background-color: rgb(157,167,182); }
div.DivClassName
{
background-color: #9DA7B6;
}
.BgClassName
{
background-color: #9DA7B6;
}
</style>
border-color css
<style>
span { border-color: #9DA7B6; }
span { border-color: rgb(157,167,182); }
td.TdClassName
{
border-color: #9DA7B6;
}
.TagClassName
{
border-color: #9DA7B6;
}
</style>