Shades of Rock Blue #939AB5
Tints of Rock Blue #939AB5
RGB
CMYK
RGB Variations
Color information
#939AB5 (or 0x939AB5) is known color: Rock Blue. HEX triplet: 93, 9A and B5. RGB value is (147,154,181). Sum of RGB (Red+Green+Blue) = 147+154+181=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 181 - color contains mainly: blue. Hex color #939AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939AB5 is #6C654A. Grayscale: #9A9A9A. Windows color (decimal): -7103819 or 11901587. OLE color: 11901587.
HSL color Cylindrical-coordinate representation of color #939AB5: hue angle of 227.65º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #939AB5 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 154 | 181 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.29 |
| HSL | 227.65º | 0.19% | 0.64% | - |
| HSV(B) | 227.65º | 0.19% | 0.71% | - |
| XYZ | 31.93 | 32.65 | 48.34 | - |
| YUV | 154.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 154 | 181 | 0.19 | 0.15 | 0 | 0.29 | 227.65 | 0.19 | 0.64 |
| Hex | 93 | 9A | B5 | 13 | F | 0 | 1D | E4 | 13 | 40 |
| Octal | 223 | 232 | 265 | 23 | 17 | 0 | 35 | 344 | 23 | 100 |
| Binary | 10010011 | 10011010 | 10110101 | 10011 | 1111 | 0 | 11101 | 11100100 | 10011 | 1000000 |
Color Harmonies of #939AB5
Complementary color
Monochromatic Colors of #939AB5
Black with #939AB5
Text Example
Text Example
White with #939AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939AB5; }
p { color: rgb(147,154,181); }
H1.HeaderClassName
{
color: #939AB5;
}
.AnyTagClassName
{
color: #939AB5;
}
</style>
background-color css
<style>
a { background-color: #939AB5; }
a { background-color: rgb(147,154,181); }
div.DivClassName
{
background-color: #939AB5;
}
.BgClassName
{
background-color: #939AB5;
}
</style>
border-color css
<style>
span { border-color: #939AB5; }
span { border-color: rgb(147,154,181); }
td.TdClassName
{
border-color: #939AB5;
}
.TagClassName
{
border-color: #939AB5;
}
</style>