Shades of Rock Blue #93A5BB
Tints of Rock Blue #93A5BB
RGB
CMYK
RGB Variations
Color information
#93A5BB (or 0x93A5BB) is known color: Rock Blue. HEX triplet: 93, A5 and BB. RGB value is (147,165,187). Sum of RGB (Red+Green+Blue) = 147+165+187=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #93A5BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A5BB is #6C5A44. Grayscale: #A2A2A2. Windows color (decimal): -7100997 or 12297619. OLE color: 12297619.
HSL color Cylindrical-coordinate representation of color #93A5BB: hue angle of 213º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93A5BB is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 165 | 187 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.27 |
| HSL | 213º | 0.23% | 0.65% | - |
| HSV(B) | 213º | 0.21% | 0.73% | - |
| XYZ | 34.46 | 36.7 | 52.28 | - |
| YUV | 162.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 165 | 187 | 0.21 | 0.12 | 0 | 0.27 | 213 | 0.23 | 0.65 |
| Hex | 93 | A5 | BB | 15 | C | 0 | 1B | D5 | 17 | 41 |
| Octal | 223 | 245 | 273 | 25 | 14 | 0 | 33 | 325 | 27 | 101 |
| Binary | 10010011 | 10100101 | 10111011 | 10101 | 1100 | 0 | 11011 | 11010101 | 10111 | 1000001 |
Color Harmonies of #93A5BB
Complementary color
Monochromatic Colors of #93A5BB
Black with #93A5BB
Text Example
Text Example
White with #93A5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A5BB; }
p { color: rgb(147,165,187); }
H1.HeaderClassName
{
color: #93A5BB;
}
.AnyTagClassName
{
color: #93A5BB;
}
</style>
background-color css
<style>
a { background-color: #93A5BB; }
a { background-color: rgb(147,165,187); }
div.DivClassName
{
background-color: #93A5BB;
}
.BgClassName
{
background-color: #93A5BB;
}
</style>
border-color css
<style>
span { border-color: #93A5BB; }
span { border-color: rgb(147,165,187); }
td.TdClassName
{
border-color: #93A5BB;
}
.TagClassName
{
border-color: #93A5BB;
}
</style>