Shades of Rock Blue #949FB4
Tints of Rock Blue #949FB4
RGB
CMYK
RGB Variations
Color information
#949FB4 (or 0x949FB4) is known color: Rock Blue. HEX triplet: 94, 9F and B4. RGB value is (148,159,180). Sum of RGB (Red+Green+Blue) = 148+159+180=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 180 - color contains mainly: blue. Hex color #949FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FB4 is #6B604B. Grayscale: #9E9E9E. Windows color (decimal): -7037004 or 11837332. OLE color: 11837332.
HSL color Cylindrical-coordinate representation of color #949FB4: hue angle of 219.38º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #949FB4 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 159 | 180 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.29 |
| HSL | 219.38º | 0.18% | 0.64% | - |
| HSV(B) | 219.38º | 0.18% | 0.71% | - |
| XYZ | 32.85 | 34.39 | 48.09 | - |
| YUV | 158.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 180 | 0.18 | 0.12 | 0 | 0.29 | 219.38 | 0.18 | 0.64 |
| Hex | 94 | 9F | B4 | 12 | C | 0 | 1D | DB | 12 | 40 |
| Octal | 224 | 237 | 264 | 22 | 14 | 0 | 35 | 333 | 22 | 100 |
| Binary | 10010100 | 10011111 | 10110100 | 10010 | 1100 | 0 | 11101 | 11011011 | 10010 | 1000000 |
Color Harmonies of #949FB4
Complementary color
Monochromatic Colors of #949FB4
Black with #949FB4
Text Example
Text Example
White with #949FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949FB4; }
p { color: rgb(148,159,180); }
H1.HeaderClassName
{
color: #949FB4;
}
.AnyTagClassName
{
color: #949FB4;
}
</style>
background-color css
<style>
a { background-color: #949FB4; }
a { background-color: rgb(148,159,180); }
div.DivClassName
{
background-color: #949FB4;
}
.BgClassName
{
background-color: #949FB4;
}
</style>
border-color css
<style>
span { border-color: #949FB4; }
span { border-color: rgb(148,159,180); }
td.TdClassName
{
border-color: #949FB4;
}
.TagClassName
{
border-color: #949FB4;
}
</style>