Shades of Rock Blue #949BBA
Tints of Rock Blue #949BBA
RGB
CMYK
RGB Variations
Color information
#949BBA (or 0x949BBA) is known color: Rock Blue. HEX triplet: 94, 9B and BA. RGB value is (148,155,186). Sum of RGB (Red+Green+Blue) = 148+155+186=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #949BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BBA is #6B6445. Grayscale: #9C9C9C. Windows color (decimal): -7038022 or 12229524. OLE color: 12229524.
HSL color Cylindrical-coordinate representation of color #949BBA: hue angle of 228.95º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #949BBA is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 155 | 186 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.27 |
| HSL | 228.95º | 0.22% | 0.65% | - |
| HSV(B) | 228.95º | 0.2% | 0.73% | - |
| XYZ | 32.8 | 33.28 | 51.15 | - |
| YUV | 156.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 186 | 0.20 | 0.17 | 0 | 0.27 | 228.95 | 0.22 | 0.65 |
| Hex | 94 | 9B | BA | 14 | 11 | 0 | 1B | E5 | 16 | 41 |
| Octal | 224 | 233 | 272 | 24 | 21 | 0 | 33 | 345 | 26 | 101 |
| Binary | 10010100 | 10011011 | 10111010 | 10100 | 10001 | 0 | 11011 | 11100101 | 10110 | 1000001 |
Color Harmonies of #949BBA
Complementary color
Monochromatic Colors of #949BBA
Black with #949BBA
Text Example
Text Example
White with #949BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949BBA; }
p { color: rgb(148,155,186); }
H1.HeaderClassName
{
color: #949BBA;
}
.AnyTagClassName
{
color: #949BBA;
}
</style>
background-color css
<style>
a { background-color: #949BBA; }
a { background-color: rgb(148,155,186); }
div.DivClassName
{
background-color: #949BBA;
}
.BgClassName
{
background-color: #949BBA;
}
</style>
border-color css
<style>
span { border-color: #949BBA; }
span { border-color: rgb(148,155,186); }
td.TdClassName
{
border-color: #949BBA;
}
.TagClassName
{
border-color: #949BBA;
}
</style>