Shades of Rock Blue #949BB8
Tints of Rock Blue #949BB8
RGB
CMYK
RGB Variations
Color information
#949BB8 (or 0x949BB8) is known color: Rock Blue. HEX triplet: 94, 9B and B8. RGB value is (148,155,184). Sum of RGB (Red+Green+Blue) = 148+155+184=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 184 - color contains mainly: blue. Hex color #949BB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BB8 is #6B6447. Grayscale: #9C9C9C. Windows color (decimal): -7038024 or 12098452. OLE color: 12098452.
HSL color Cylindrical-coordinate representation of color #949BB8: hue angle of 228.33º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #949BB8 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 155 | 184 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.28 |
| HSL | 228.33º | 0.2% | 0.65% | - |
| HSV(B) | 228.33º | 0.2% | 0.72% | - |
| XYZ | 32.59 | 33.2 | 50.04 | - |
| YUV | 156.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 184 | 0.20 | 0.16 | 0 | 0.28 | 228.33 | 0.2 | 0.65 |
| Hex | 94 | 9B | B8 | 14 | 10 | 0 | 1C | E4 | 14 | 41 |
| Octal | 224 | 233 | 270 | 24 | 20 | 0 | 34 | 344 | 24 | 101 |
| Binary | 10010100 | 10011011 | 10111000 | 10100 | 10000 | 0 | 11100 | 11100100 | 10100 | 1000001 |
Color Harmonies of #949BB8
Complementary color
Monochromatic Colors of #949BB8
Black with #949BB8
Text Example
Text Example
White with #949BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949BB8; }
p { color: rgb(148,155,184); }
H1.HeaderClassName
{
color: #949BB8;
}
.AnyTagClassName
{
color: #949BB8;
}
</style>
background-color css
<style>
a { background-color: #949BB8; }
a { background-color: rgb(148,155,184); }
div.DivClassName
{
background-color: #949BB8;
}
.BgClassName
{
background-color: #949BB8;
}
</style>
border-color css
<style>
span { border-color: #949BB8; }
span { border-color: rgb(148,155,184); }
td.TdClassName
{
border-color: #949BB8;
}
.TagClassName
{
border-color: #949BB8;
}
</style>