Shades of Rock Blue #8A96BC
Tints of Rock Blue #8A96BC
RGB
CMYK
RGB Variations
Color information
#8A96BC (or 0x8A96BC) is known color: Rock Blue. HEX triplet: 8A, 96 and BC. RGB value is (138,150,188). Sum of RGB (Red+Green+Blue) = 138+150+188=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A96BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A96BC is #756943. Grayscale: #969696. Windows color (decimal): -7694660 or 12359306. OLE color: 12359306.
HSL color Cylindrical-coordinate representation of color #8A96BC: hue angle of 225.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A96BC is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 150 | 188 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.26 |
| HSL | 225.6º | 0.27% | 0.64% | - |
| HSV(B) | 225.6º | 0.27% | 0.74% | - |
| XYZ | 30.46 | 30.85 | 51.93 | - |
| YUV | 150.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 150 | 188 | 0.27 | 0.20 | 0 | 0.26 | 225.6 | 0.27 | 0.64 |
| Hex | 8A | 96 | BC | 1B | 14 | 0 | 1A | E2 | 1B | 40 |
| Octal | 212 | 226 | 274 | 33 | 24 | 0 | 32 | 342 | 33 | 100 |
| Binary | 10001010 | 10010110 | 10111100 | 11011 | 10100 | 0 | 11010 | 11100010 | 11011 | 1000000 |
Color Harmonies of #8A96BC
Complementary color
Monochromatic Colors of #8A96BC
Black with #8A96BC
Text Example
Text Example
White with #8A96BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A96BC; }
p { color: rgb(138,150,188); }
H1.HeaderClassName
{
color: #8A96BC;
}
.AnyTagClassName
{
color: #8A96BC;
}
</style>
background-color css
<style>
a { background-color: #8A96BC; }
a { background-color: rgb(138,150,188); }
div.DivClassName
{
background-color: #8A96BC;
}
.BgClassName
{
background-color: #8A96BC;
}
</style>
border-color css
<style>
span { border-color: #8A96BC; }
span { border-color: rgb(138,150,188); }
td.TdClassName
{
border-color: #8A96BC;
}
.TagClassName
{
border-color: #8A96BC;
}
</style>