Shades of Rock Blue #93A1BF
Tints of Rock Blue #93A1BF
RGB
CMYK
RGB Variations
Color information
#93A1BF (or 0x93A1BF) is known color: Rock Blue. HEX triplet: 93, A1 and BF. RGB value is (147,161,191). Sum of RGB (Red+Green+Blue) = 147+161+191=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #93A1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A1BF is #6C5E40. Grayscale: #A0A0A0. Windows color (decimal): -7102017 or 12558739. OLE color: 12558739.
HSL color Cylindrical-coordinate representation of color #93A1BF: hue angle of 220.91º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93A1BF is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 161 | 191 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.25 |
| HSL | 220.91º | 0.26% | 0.66% | - |
| HSV(B) | 220.91º | 0.23% | 0.75% | - |
| XYZ | 34.18 | 35.45 | 54.33 | - |
| YUV | 160.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 161 | 191 | 0.23 | 0.16 | 0 | 0.25 | 220.91 | 0.26 | 0.66 |
| Hex | 93 | A1 | BF | 17 | 10 | 0 | 19 | DD | 1A | 42 |
| Octal | 223 | 241 | 277 | 27 | 20 | 0 | 31 | 335 | 32 | 102 |
| Binary | 10010011 | 10100001 | 10111111 | 10111 | 10000 | 0 | 11001 | 11011101 | 11010 | 1000010 |
Color Harmonies of #93A1BF
Complementary color
Monochromatic Colors of #93A1BF
Black with #93A1BF
Text Example
Text Example
White with #93A1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A1BF; }
p { color: rgb(147,161,191); }
H1.HeaderClassName
{
color: #93A1BF;
}
.AnyTagClassName
{
color: #93A1BF;
}
</style>
background-color css
<style>
a { background-color: #93A1BF; }
a { background-color: rgb(147,161,191); }
div.DivClassName
{
background-color: #93A1BF;
}
.BgClassName
{
background-color: #93A1BF;
}
</style>
border-color css
<style>
span { border-color: #93A1BF; }
span { border-color: rgb(147,161,191); }
td.TdClassName
{
border-color: #93A1BF;
}
.TagClassName
{
border-color: #93A1BF;
}
</style>