Shades of Rock Blue #8299B5
Tints of Rock Blue #8299B5
RGB
CMYK
RGB Variations
Color information
#8299B5 (or 0x8299B5) is known color: Rock Blue. HEX triplet: 82, 99 and B5. RGB value is (130,153,181). Sum of RGB (Red+Green+Blue) = 130+153+181=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 181 - color contains mainly: blue. Hex color #8299B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8299B5 is #7D664A. Grayscale: #959595. Windows color (decimal): -8218187 or 11901314. OLE color: 11901314.
HSL color Cylindrical-coordinate representation of color #8299B5: hue angle of 212.94º degrees, saturation: 0.26, 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 #8299B5 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 153 | 181 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.29 |
| HSL | 212.94º | 0.26% | 0.61% | - |
| HSV(B) | 212.94º | 0.28% | 0.71% | - |
| XYZ | 28.94 | 30.86 | 48.15 | - |
| YUV | 149.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 181 | 0.28 | 0.15 | 0 | 0.29 | 212.94 | 0.26 | 0.61 |
| Hex | 82 | 99 | B5 | 1C | F | 0 | 1D | D5 | 1A | 3D |
| Octal | 202 | 231 | 265 | 34 | 17 | 0 | 35 | 325 | 32 | 75 |
| Binary | 10000010 | 10011001 | 10110101 | 11100 | 1111 | 0 | 11101 | 11010101 | 11010 | 111101 |
Color Harmonies of #8299B5
Complementary color
Monochromatic Colors of #8299B5
Black with #8299B5
Text Example
Text Example
White with #8299B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8299B5; }
p { color: rgb(130,153,181); }
H1.HeaderClassName
{
color: #8299B5;
}
.AnyTagClassName
{
color: #8299B5;
}
</style>
background-color css
<style>
a { background-color: #8299B5; }
a { background-color: rgb(130,153,181); }
div.DivClassName
{
background-color: #8299B5;
}
.BgClassName
{
background-color: #8299B5;
}
</style>
border-color css
<style>
span { border-color: #8299B5; }
span { border-color: rgb(130,153,181); }
td.TdClassName
{
border-color: #8299B5;
}
.TagClassName
{
border-color: #8299B5;
}
</style>