Shades of Rock Blue #94A1BF
Tints of Rock Blue #94A1BF
RGB
CMYK
RGB Variations
Color information
#94A1BF (or 0x94A1BF) is known color: Rock Blue. HEX triplet: 94, A1 and BF. RGB value is (148,161,191). Sum of RGB (Red+Green+Blue) = 148+161+191=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #94A1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A1BF is #6B5E40. Grayscale: #A0A0A0. Windows color (decimal): -7036481 or 12558740. OLE color: 12558740.
HSL color Cylindrical-coordinate representation of color #94A1BF: hue angle of 221.86º 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 #94A1BF is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 161 | 191 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.25 |
| HSL | 221.86º | 0.25% | 0.66% | - |
| HSV(B) | 221.86º | 0.23% | 0.75% | - |
| XYZ | 34.36 | 35.55 | 54.34 | - |
| YUV | 160.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 191 | 0.23 | 0.16 | 0 | 0.25 | 221.86 | 0.25 | 0.66 |
| Hex | 94 | A1 | BF | 17 | 10 | 0 | 19 | DE | 19 | 42 |
| Octal | 224 | 241 | 277 | 27 | 20 | 0 | 31 | 336 | 31 | 102 |
| Binary | 10010100 | 10100001 | 10111111 | 10111 | 10000 | 0 | 11001 | 11011110 | 11001 | 1000010 |
Color Harmonies of #94A1BF
Complementary color
Monochromatic Colors of #94A1BF
Black with #94A1BF
Text Example
Text Example
White with #94A1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A1BF; }
p { color: rgb(148,161,191); }
H1.HeaderClassName
{
color: #94A1BF;
}
.AnyTagClassName
{
color: #94A1BF;
}
</style>
background-color css
<style>
a { background-color: #94A1BF; }
a { background-color: rgb(148,161,191); }
div.DivClassName
{
background-color: #94A1BF;
}
.BgClassName
{
background-color: #94A1BF;
}
</style>
border-color css
<style>
span { border-color: #94A1BF; }
span { border-color: rgb(148,161,191); }
td.TdClassName
{
border-color: #94A1BF;
}
.TagClassName
{
border-color: #94A1BF;
}
</style>