Shades of Rock Blue #949AB3
Tints of Rock Blue #949AB3
RGB
CMYK
RGB Variations
Color information
#949AB3 (or 0x949AB3) is known color: Rock Blue. HEX triplet: 94, 9A and B3. RGB value is (148,154,179). Sum of RGB (Red+Green+Blue) = 148+154+179=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 179 - color contains mainly: blue. Hex color #949AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949AB3 is #6B654C. Grayscale: #9A9A9A. Windows color (decimal): -7038285 or 11770516. OLE color: 11770516.
HSL color Cylindrical-coordinate representation of color #949AB3: hue angle of 228.39º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #949AB3 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 154 | 179 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.30 |
| HSL | 228.39º | 0.17% | 0.64% | - |
| HSV(B) | 228.39º | 0.17% | 0.7% | - |
| XYZ | 31.91 | 32.66 | 47.27 | - |
| YUV | 155.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 179 | 0.17 | 0.14 | 0 | 0.30 | 228.39 | 0.17 | 0.64 |
| Hex | 94 | 9A | B3 | 11 | E | 0 | 1E | E4 | 11 | 40 |
| Octal | 224 | 232 | 263 | 21 | 16 | 0 | 36 | 344 | 21 | 100 |
| Binary | 10010100 | 10011010 | 10110011 | 10001 | 1110 | 0 | 11110 | 11100100 | 10001 | 1000000 |
Color Harmonies of #949AB3
Complementary color
Monochromatic Colors of #949AB3
Black with #949AB3
Text Example
Text Example
White with #949AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949AB3; }
p { color: rgb(148,154,179); }
H1.HeaderClassName
{
color: #949AB3;
}
.AnyTagClassName
{
color: #949AB3;
}
</style>
background-color css
<style>
a { background-color: #949AB3; }
a { background-color: rgb(148,154,179); }
div.DivClassName
{
background-color: #949AB3;
}
.BgClassName
{
background-color: #949AB3;
}
</style>
border-color css
<style>
span { border-color: #949AB3; }
span { border-color: rgb(148,154,179); }
td.TdClassName
{
border-color: #949AB3;
}
.TagClassName
{
border-color: #949AB3;
}
</style>