Shades of Rock Blue #8298B4
Tints of Rock Blue #8298B4
RGB
CMYK
RGB Variations
Color information
#8298B4 (or 0x8298B4) is known color: Rock Blue. HEX triplet: 82, 98 and B4. RGB value is (130,152,180). Sum of RGB (Red+Green+Blue) = 130+152+180=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 180 - color contains mainly: blue. Hex color #8298B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8298B4 is #7D674B. Grayscale: #949494. Windows color (decimal): -8218444 or 11835522. OLE color: 11835522.
HSL color Cylindrical-coordinate representation of color #8298B4: hue angle of 213.6º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8298B4 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 152 | 180 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.29 |
| HSL | 213.6º | 0.25% | 0.61% | - |
| HSV(B) | 213.6º | 0.28% | 0.71% | - |
| XYZ | 28.67 | 30.5 | 47.56 | - |
| YUV | 148.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 180 | 0.28 | 0.16 | 0 | 0.29 | 213.6 | 0.25 | 0.61 |
| Hex | 82 | 98 | B4 | 1C | 10 | 0 | 1D | D6 | 19 | 3D |
| Octal | 202 | 230 | 264 | 34 | 20 | 0 | 35 | 326 | 31 | 75 |
| Binary | 10000010 | 10011000 | 10110100 | 11100 | 10000 | 0 | 11101 | 11010110 | 11001 | 111101 |
Color Harmonies of #8298B4
Complementary color
Monochromatic Colors of #8298B4
Black with #8298B4
Text Example
Text Example
White with #8298B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8298B4; }
p { color: rgb(130,152,180); }
H1.HeaderClassName
{
color: #8298B4;
}
.AnyTagClassName
{
color: #8298B4;
}
</style>
background-color css
<style>
a { background-color: #8298B4; }
a { background-color: rgb(130,152,180); }
div.DivClassName
{
background-color: #8298B4;
}
.BgClassName
{
background-color: #8298B4;
}
</style>
border-color css
<style>
span { border-color: #8298B4; }
span { border-color: rgb(130,152,180); }
td.TdClassName
{
border-color: #8298B4;
}
.TagClassName
{
border-color: #8298B4;
}
</style>