Shades of Rock Blue #939FB5
Tints of Rock Blue #939FB5
RGB
CMYK
RGB Variations
Color information
#939FB5 (or 0x939FB5) is known color: Rock Blue. HEX triplet: 93, 9F and B5. RGB value is (147,159,181). Sum of RGB (Red+Green+Blue) = 147+159+181=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 181 - color contains mainly: blue. Hex color #939FB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939FB5 is #6C604A. Grayscale: #9D9D9D. Windows color (decimal): -7102539 or 11902867. OLE color: 11902867.
HSL color Cylindrical-coordinate representation of color #939FB5: hue angle of 218.82º 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 #939FB5 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 159 | 181 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.29 |
| HSL | 218.82º | 0.19% | 0.64% | - |
| HSV(B) | 218.82º | 0.19% | 0.71% | - |
| XYZ | 32.77 | 34.34 | 48.62 | - |
| YUV | 157.92 | 141.02 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 181 | 0.19 | 0.12 | 0 | 0.29 | 218.82 | 0.19 | 0.64 |
| Hex | 93 | 9F | B5 | 13 | C | 0 | 1D | DB | 13 | 40 |
| Octal | 223 | 237 | 265 | 23 | 14 | 0 | 35 | 333 | 23 | 100 |
| Binary | 10010011 | 10011111 | 10110101 | 10011 | 1100 | 0 | 11101 | 11011011 | 10011 | 1000000 |
Color Harmonies of #939FB5
Complementary color
Monochromatic Colors of #939FB5
Black with #939FB5
Text Example
Text Example
White with #939FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939FB5; }
p { color: rgb(147,159,181); }
H1.HeaderClassName
{
color: #939FB5;
}
.AnyTagClassName
{
color: #939FB5;
}
</style>
background-color css
<style>
a { background-color: #939FB5; }
a { background-color: rgb(147,159,181); }
div.DivClassName
{
background-color: #939FB5;
}
.BgClassName
{
background-color: #939FB5;
}
</style>
border-color css
<style>
span { border-color: #939FB5; }
span { border-color: rgb(147,159,181); }
td.TdClassName
{
border-color: #939FB5;
}
.TagClassName
{
border-color: #939FB5;
}
</style>