Shades of Rock Blue #8398BC
Tints of Rock Blue #8398BC
RGB
CMYK
RGB Variations
Color information
#8398BC (or 0x8398BC) is known color: Rock Blue. HEX triplet: 83, 98 and BC. RGB value is (131,152,188). Sum of RGB (Red+Green+Blue) = 131+152+188=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #8398BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8398BC is #7C6743. Grayscale: #959595. Windows color (decimal): -8152900 or 12359811. OLE color: 12359811.
HSL color Cylindrical-coordinate representation of color #8398BC: hue angle of 217.89º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8398BC is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 152 | 188 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.26 |
| HSL | 217.89º | 0.3% | 0.63% | - |
| HSV(B) | 217.89º | 0.3% | 0.74% | - |
| XYZ | 29.67 | 30.91 | 51.98 | - |
| YUV | 149.83 | 149.54 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 152 | 188 | 0.30 | 0.19 | 0 | 0.26 | 217.89 | 0.3 | 0.63 |
| Hex | 83 | 98 | BC | 1E | 13 | 0 | 1A | DA | 1E | 3F |
| Octal | 203 | 230 | 274 | 36 | 23 | 0 | 32 | 332 | 36 | 77 |
| Binary | 10000011 | 10011000 | 10111100 | 11110 | 10011 | 0 | 11010 | 11011010 | 11110 | 111111 |
Color Harmonies of #8398BC
Complementary color
Monochromatic Colors of #8398BC
Black with #8398BC
Text Example
Text Example
White with #8398BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8398BC; }
p { color: rgb(131,152,188); }
H1.HeaderClassName
{
color: #8398BC;
}
.AnyTagClassName
{
color: #8398BC;
}
</style>
background-color css
<style>
a { background-color: #8398BC; }
a { background-color: rgb(131,152,188); }
div.DivClassName
{
background-color: #8398BC;
}
.BgClassName
{
background-color: #8398BC;
}
</style>
border-color css
<style>
span { border-color: #8398BC; }
span { border-color: rgb(131,152,188); }
td.TdClassName
{
border-color: #8398BC;
}
.TagClassName
{
border-color: #8398BC;
}
</style>