Shades of Rock Blue #939AB8
Tints of Rock Blue #939AB8
RGB
CMYK
RGB Variations
Color information
#939AB8 (or 0x939AB8) is known color: Rock Blue. HEX triplet: 93, 9A and B8. RGB value is (147,154,184). Sum of RGB (Red+Green+Blue) = 147+154+184=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 184 - color contains mainly: blue. Hex color #939AB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939AB8 is #6C6547. Grayscale: #9B9B9B. Windows color (decimal): -7103816 or 12098195. OLE color: 12098195.
HSL color Cylindrical-coordinate representation of color #939AB8: hue angle of 228.65º degrees, saturation: 0.21, 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 #939AB8 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 154 | 184 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.28 |
| HSL | 228.65º | 0.21% | 0.65% | - |
| HSV(B) | 228.65º | 0.2% | 0.72% | - |
| XYZ | 32.24 | 32.77 | 49.97 | - |
| YUV | 155.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 154 | 184 | 0.20 | 0.16 | 0 | 0.28 | 228.65 | 0.21 | 0.65 |
| Hex | 93 | 9A | B8 | 14 | 10 | 0 | 1C | E5 | 15 | 41 |
| Octal | 223 | 232 | 270 | 24 | 20 | 0 | 34 | 345 | 25 | 101 |
| Binary | 10010011 | 10011010 | 10111000 | 10100 | 10000 | 0 | 11100 | 11100101 | 10101 | 1000001 |
Color Harmonies of #939AB8
Complementary color
Monochromatic Colors of #939AB8
Black with #939AB8
Text Example
Text Example
White with #939AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939AB8; }
p { color: rgb(147,154,184); }
H1.HeaderClassName
{
color: #939AB8;
}
.AnyTagClassName
{
color: #939AB8;
}
</style>
background-color css
<style>
a { background-color: #939AB8; }
a { background-color: rgb(147,154,184); }
div.DivClassName
{
background-color: #939AB8;
}
.BgClassName
{
background-color: #939AB8;
}
</style>
border-color css
<style>
span { border-color: #939AB8; }
span { border-color: rgb(147,154,184); }
td.TdClassName
{
border-color: #939AB8;
}
.TagClassName
{
border-color: #939AB8;
}
</style>