Shades of Rock Blue #9CA3BE
Tints of Rock Blue #9CA3BE
RGB
CMYK
RGB Variations
Color information
#9CA3BE (or 0x9CA3BE) is known color: Rock Blue. HEX triplet: 9C, A3 and BE. RGB value is (156,163,190). Sum of RGB (Red+Green+Blue) = 156+163+190=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #9CA3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA3BE is #635C41. Grayscale: #A3A3A3. Windows color (decimal): -6511682 or 12493724. OLE color: 12493724.
HSL color Cylindrical-coordinate representation of color #9CA3BE: hue angle of 227.65º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CA3BE is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 163 | 190 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.25 |
| HSL | 227.65º | 0.21% | 0.68% | - |
| HSV(B) | 227.65º | 0.18% | 0.75% | - |
| XYZ | 36.1 | 36.98 | 53.95 | - |
| YUV | 163.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 163 | 190 | 0.18 | 0.14 | 0 | 0.25 | 227.65 | 0.21 | 0.68 |
| Hex | 9C | A3 | BE | 12 | E | 0 | 19 | E4 | 15 | 44 |
| Octal | 234 | 243 | 276 | 22 | 16 | 0 | 31 | 344 | 25 | 104 |
| Binary | 10011100 | 10100011 | 10111110 | 10010 | 1110 | 0 | 11001 | 11100100 | 10101 | 1000100 |
Color Harmonies of #9CA3BE
Complementary color
Monochromatic Colors of #9CA3BE
Black with #9CA3BE
Text Example
Text Example
White with #9CA3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA3BE; }
p { color: rgb(156,163,190); }
H1.HeaderClassName
{
color: #9CA3BE;
}
.AnyTagClassName
{
color: #9CA3BE;
}
</style>
background-color css
<style>
a { background-color: #9CA3BE; }
a { background-color: rgb(156,163,190); }
div.DivClassName
{
background-color: #9CA3BE;
}
.BgClassName
{
background-color: #9CA3BE;
}
</style>
border-color css
<style>
span { border-color: #9CA3BE; }
span { border-color: rgb(156,163,190); }
td.TdClassName
{
border-color: #9CA3BE;
}
.TagClassName
{
border-color: #9CA3BE;
}
</style>