Shades of Rock Blue #94A8BF
Tints of Rock Blue #94A8BF
RGB
CMYK
RGB Variations
Color information
#94A8BF (or 0x94A8BF) is known color: Rock Blue. HEX triplet: 94, A8 and BF. RGB value is (148,168,191). Sum of RGB (Red+Green+Blue) = 148+168+191=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #94A8BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A8BF is #6B5740. Grayscale: #A4A4A4. Windows color (decimal): -7034689 or 12560532. OLE color: 12560532.
HSL color Cylindrical-coordinate representation of color #94A8BF: hue angle of 212.09º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94A8BF is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 168 | 191 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.25 |
| HSL | 212.09º | 0.25% | 0.66% | - |
| HSV(B) | 212.09º | 0.23% | 0.75% | - |
| XYZ | 35.62 | 38.06 | 54.76 | - |
| YUV | 164.64 | 142.87 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 168 | 191 | 0.23 | 0.12 | 0 | 0.25 | 212.09 | 0.25 | 0.66 |
| Hex | 94 | A8 | BF | 17 | C | 0 | 19 | D4 | 19 | 42 |
| Octal | 224 | 250 | 277 | 27 | 14 | 0 | 31 | 324 | 31 | 102 |
| Binary | 10010100 | 10101000 | 10111111 | 10111 | 1100 | 0 | 11001 | 11010100 | 11001 | 1000010 |
Color Harmonies of #94A8BF
Complementary color
Monochromatic Colors of #94A8BF
Black with #94A8BF
Text Example
Text Example
White with #94A8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A8BF; }
p { color: rgb(148,168,191); }
H1.HeaderClassName
{
color: #94A8BF;
}
.AnyTagClassName
{
color: #94A8BF;
}
</style>
background-color css
<style>
a { background-color: #94A8BF; }
a { background-color: rgb(148,168,191); }
div.DivClassName
{
background-color: #94A8BF;
}
.BgClassName
{
background-color: #94A8BF;
}
</style>
border-color css
<style>
span { border-color: #94A8BF; }
span { border-color: rgb(148,168,191); }
td.TdClassName
{
border-color: #94A8BF;
}
.TagClassName
{
border-color: #94A8BF;
}
</style>