Shades of Rock Blue #94A6BD
Tints of Rock Blue #94A6BD
RGB
CMYK
RGB Variations
Color information
#94A6BD (or 0x94A6BD) is known color: Rock Blue. HEX triplet: 94, A6 and BD. RGB value is (148,166,189). Sum of RGB (Red+Green+Blue) = 148+166+189=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #94A6BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A6BD is #6B5942. Grayscale: #A3A3A3. Windows color (decimal): -7035203 or 12428948. OLE color: 12428948.
HSL color Cylindrical-coordinate representation of color #94A6BD: hue angle of 213.66º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94A6BD is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 166 | 189 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.26 |
| HSL | 213.66º | 0.24% | 0.66% | - |
| HSV(B) | 213.66º | 0.22% | 0.74% | - |
| XYZ | 35.03 | 37.24 | 53.49 | - |
| YUV | 163.24 | 142.54 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 166 | 189 | 0.22 | 0.12 | 0 | 0.26 | 213.66 | 0.24 | 0.66 |
| Hex | 94 | A6 | BD | 16 | C | 0 | 1A | D6 | 18 | 42 |
| Octal | 224 | 246 | 275 | 26 | 14 | 0 | 32 | 326 | 30 | 102 |
| Binary | 10010100 | 10100110 | 10111101 | 10110 | 1100 | 0 | 11010 | 11010110 | 11000 | 1000010 |
Color Harmonies of #94A6BD
Complementary color
Monochromatic Colors of #94A6BD
Black with #94A6BD
Text Example
Text Example
White with #94A6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A6BD; }
p { color: rgb(148,166,189); }
H1.HeaderClassName
{
color: #94A6BD;
}
.AnyTagClassName
{
color: #94A6BD;
}
</style>
background-color css
<style>
a { background-color: #94A6BD; }
a { background-color: rgb(148,166,189); }
div.DivClassName
{
background-color: #94A6BD;
}
.BgClassName
{
background-color: #94A6BD;
}
</style>
border-color css
<style>
span { border-color: #94A6BD; }
span { border-color: rgb(148,166,189); }
td.TdClassName
{
border-color: #94A6BD;
}
.TagClassName
{
border-color: #94A6BD;
}
</style>