Shades of Rock Blue #949CAF
Tints of Rock Blue #949CAF
RGB
CMYK
RGB Variations
Color information
#949CAF (or 0x949CAF) is known color: Rock Blue. HEX triplet: 94, 9C and AF. RGB value is (148,156,175). Sum of RGB (Red+Green+Blue) = 148+156+175=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #949CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949CAF is #6B6350. Grayscale: #9B9B9B. Windows color (decimal): -7037777 or 11508884. OLE color: 11508884.
HSL color Cylindrical-coordinate representation of color #949CAF: hue angle of 222.22º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #949CAF is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 156 | 175 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.31 |
| HSL | 222.22º | 0.14% | 0.63% | - |
| HSV(B) | 222.22º | 0.15% | 0.69% | - |
| XYZ | 31.84 | 33.17 | 45.28 | - |
| YUV | 155.77 | 138.85 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 175 | 0.15 | 0.11 | 0 | 0.31 | 222.22 | 0.14 | 0.63 |
| Hex | 94 | 9C | AF | F | B | 0 | 1F | DE | E | 3F |
| Octal | 224 | 234 | 257 | 17 | 13 | 0 | 37 | 336 | 16 | 77 |
| Binary | 10010100 | 10011100 | 10101111 | 1111 | 1011 | 0 | 11111 | 11011110 | 1110 | 111111 |
Color Harmonies of #949CAF
Complementary color
Monochromatic Colors of #949CAF
Black with #949CAF
Text Example
Text Example
White with #949CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949CAF; }
p { color: rgb(148,156,175); }
H1.HeaderClassName
{
color: #949CAF;
}
.AnyTagClassName
{
color: #949CAF;
}
</style>
background-color css
<style>
a { background-color: #949CAF; }
a { background-color: rgb(148,156,175); }
div.DivClassName
{
background-color: #949CAF;
}
.BgClassName
{
background-color: #949CAF;
}
</style>
border-color css
<style>
span { border-color: #949CAF; }
span { border-color: rgb(148,156,175); }
td.TdClassName
{
border-color: #949CAF;
}
.TagClassName
{
border-color: #949CAF;
}
</style>