Shades of Rock Blue #8398BF
Tints of Rock Blue #8398BF
RGB
CMYK
RGB Variations
Color information
#8398BF (or 0x8398BF) is known color: Rock Blue. HEX triplet: 83, 98 and BF. RGB value is (131,152,191). Sum of RGB (Red+Green+Blue) = 131+152+191=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #8398BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8398BF is #7C6740. Grayscale: #959595. Windows color (decimal): -8152897 or 12556419. OLE color: 12556419.
HSL color Cylindrical-coordinate representation of color #8398BF: hue angle of 219º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8398BF is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 152 | 191 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.25 |
| HSL | 219º | 0.32% | 0.63% | - |
| HSV(B) | 219º | 0.31% | 0.75% | - |
| XYZ | 29.99 | 31.04 | 53.7 | - |
| YUV | 150.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 152 | 191 | 0.31 | 0.20 | 0 | 0.25 | 219 | 0.32 | 0.63 |
| Hex | 83 | 98 | BF | 1F | 14 | 0 | 19 | DB | 20 | 3F |
| Octal | 203 | 230 | 277 | 37 | 24 | 0 | 31 | 333 | 40 | 77 |
| Binary | 10000011 | 10011000 | 10111111 | 11111 | 10100 | 0 | 11001 | 11011011 | 100000 | 111111 |
Color Harmonies of #8398BF
Complementary color
Monochromatic Colors of #8398BF
Black with #8398BF
Text Example
Text Example
White with #8398BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8398BF; }
p { color: rgb(131,152,191); }
H1.HeaderClassName
{
color: #8398BF;
}
.AnyTagClassName
{
color: #8398BF;
}
</style>
background-color css
<style>
a { background-color: #8398BF; }
a { background-color: rgb(131,152,191); }
div.DivClassName
{
background-color: #8398BF;
}
.BgClassName
{
background-color: #8398BF;
}
</style>
border-color css
<style>
span { border-color: #8398BF; }
span { border-color: rgb(131,152,191); }
td.TdClassName
{
border-color: #8398BF;
}
.TagClassName
{
border-color: #8398BF;
}
</style>