Shades of Rock Blue #949FB3
Tints of Rock Blue #949FB3
RGB
CMYK
RGB Variations
Color information
#949FB3 (or 0x949FB3) is known color: Rock Blue. HEX triplet: 94, 9F and B3. RGB value is (148,159,179). Sum of RGB (Red+Green+Blue) = 148+159+179=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 179 - color contains mainly: blue. Hex color #949FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FB3 is #6B604C. Grayscale: #9D9D9D. Windows color (decimal): -7037005 or 11771796. OLE color: 11771796.
HSL color Cylindrical-coordinate representation of color #949FB3: hue angle of 218.71º 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 #949FB3 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 159 | 179 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.30 |
| HSL | 218.71º | 0.17% | 0.64% | - |
| HSV(B) | 218.71º | 0.17% | 0.7% | - |
| XYZ | 32.75 | 34.35 | 47.55 | - |
| YUV | 157.99 | 139.86 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 179 | 0.17 | 0.11 | 0 | 0.30 | 218.71 | 0.17 | 0.64 |
| Hex | 94 | 9F | B3 | 11 | B | 0 | 1E | DB | 11 | 40 |
| Octal | 224 | 237 | 263 | 21 | 13 | 0 | 36 | 333 | 21 | 100 |
| Binary | 10010100 | 10011111 | 10110011 | 10001 | 1011 | 0 | 11110 | 11011011 | 10001 | 1000000 |
Color Harmonies of #949FB3
Complementary color
Monochromatic Colors of #949FB3
Black with #949FB3
Text Example
Text Example
White with #949FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949FB3; }
p { color: rgb(148,159,179); }
H1.HeaderClassName
{
color: #949FB3;
}
.AnyTagClassName
{
color: #949FB3;
}
</style>
background-color css
<style>
a { background-color: #949FB3; }
a { background-color: rgb(148,159,179); }
div.DivClassName
{
background-color: #949FB3;
}
.BgClassName
{
background-color: #949FB3;
}
</style>
border-color css
<style>
span { border-color: #949FB3; }
span { border-color: rgb(148,159,179); }
td.TdClassName
{
border-color: #949FB3;
}
.TagClassName
{
border-color: #949FB3;
}
</style>