Shades of Rock Blue #8297B3
Tints of Rock Blue #8297B3
RGB
CMYK
RGB Variations
Color information
#8297B3 (or 0x8297B3) is known color: Rock Blue. HEX triplet: 82, 97 and B3. RGB value is (130,151,179). Sum of RGB (Red+Green+Blue) = 130+151+179=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 179 - color contains mainly: blue. Hex color #8297B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8297B3 is #7D684C. Grayscale: #939393. Windows color (decimal): -8218701 or 11769730. OLE color: 11769730.
HSL color Cylindrical-coordinate representation of color #8297B3: hue angle of 214.29º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8297B3 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 151 | 179 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.30 |
| HSL | 214.29º | 0.24% | 0.61% | - |
| HSV(B) | 214.29º | 0.27% | 0.7% | - |
| XYZ | 28.41 | 30.13 | 46.97 | - |
| YUV | 147.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 151 | 179 | 0.27 | 0.16 | 0 | 0.30 | 214.29 | 0.24 | 0.61 |
| Hex | 82 | 97 | B3 | 1B | 10 | 0 | 1E | D6 | 18 | 3D |
| Octal | 202 | 227 | 263 | 33 | 20 | 0 | 36 | 326 | 30 | 75 |
| Binary | 10000010 | 10010111 | 10110011 | 11011 | 10000 | 0 | 11110 | 11010110 | 11000 | 111101 |
Color Harmonies of #8297B3
Complementary color
Monochromatic Colors of #8297B3
Black with #8297B3
Text Example
Text Example
White with #8297B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8297B3; }
p { color: rgb(130,151,179); }
H1.HeaderClassName
{
color: #8297B3;
}
.AnyTagClassName
{
color: #8297B3;
}
</style>
background-color css
<style>
a { background-color: #8297B3; }
a { background-color: rgb(130,151,179); }
div.DivClassName
{
background-color: #8297B3;
}
.BgClassName
{
background-color: #8297B3;
}
</style>
border-color css
<style>
span { border-color: #8297B3; }
span { border-color: rgb(130,151,179); }
td.TdClassName
{
border-color: #8297B3;
}
.TagClassName
{
border-color: #8297B3;
}
</style>