Shades of Rock Blue #9DA8C1
Tints of Rock Blue #9DA8C1
RGB
CMYK
RGB Variations
Color information
#9DA8C1 (or 0x9DA8C1) is known color: Rock Blue. HEX triplet: 9D, A8 and C1. RGB value is (157,168,193). Sum of RGB (Red+Green+Blue) = 157+168+193=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #9DA8C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA8C1 is #62573E. Grayscale: #A7A7A7. Windows color (decimal): -6444863 or 12691613. OLE color: 12691613.
HSL color Cylindrical-coordinate representation of color #9DA8C1: hue angle of 221.67º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DA8C1 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 168 | 193 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.24 |
| HSL | 221.67º | 0.23% | 0.69% | - |
| HSV(B) | 221.67º | 0.19% | 0.76% | - |
| XYZ | 37.53 | 39.02 | 56.01 | - |
| YUV | 167.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 193 | 0.19 | 0.13 | 0 | 0.24 | 221.67 | 0.23 | 0.69 |
| Hex | 9D | A8 | C1 | 13 | D | 0 | 18 | DE | 16 | 45 |
| Octal | 235 | 250 | 301 | 23 | 15 | 0 | 30 | 336 | 26 | 105 |
| Binary | 10011101 | 10101000 | 11000001 | 10011 | 1101 | 0 | 11000 | 11011110 | 10110 | 1000101 |
Color Harmonies of #9DA8C1
Complementary color
Monochromatic Colors of #9DA8C1
Black with #9DA8C1
Text Example
Text Example
White with #9DA8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA8C1; }
p { color: rgb(157,168,193); }
H1.HeaderClassName
{
color: #9DA8C1;
}
.AnyTagClassName
{
color: #9DA8C1;
}
</style>
background-color css
<style>
a { background-color: #9DA8C1; }
a { background-color: rgb(157,168,193); }
div.DivClassName
{
background-color: #9DA8C1;
}
.BgClassName
{
background-color: #9DA8C1;
}
</style>
border-color css
<style>
span { border-color: #9DA8C1; }
span { border-color: rgb(157,168,193); }
td.TdClassName
{
border-color: #9DA8C1;
}
.TagClassName
{
border-color: #9DA8C1;
}
</style>