Shades of Rock Blue #8399C1
Tints of Rock Blue #8399C1
RGB
CMYK
RGB Variations
Color information
#8399C1 (or 0x8399C1) is known color: Rock Blue. HEX triplet: 83, 99 and C1. RGB value is (131,153,193). Sum of RGB (Red+Green+Blue) = 131+153+193=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #8399C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8399C1 is #7C663E. Grayscale: #969696. Windows color (decimal): -8152639 or 12687747. OLE color: 12687747.
HSL color Cylindrical-coordinate representation of color #8399C1: hue angle of 218.71º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8399C1 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 153 | 193 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.24 |
| HSL | 218.71º | 0.33% | 0.64% | - |
| HSV(B) | 218.71º | 0.32% | 0.76% | - |
| XYZ | 30.38 | 31.46 | 54.92 | - |
| YUV | 150.98 | 151.71 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 193 | 0.32 | 0.21 | 0 | 0.24 | 218.71 | 0.33 | 0.64 |
| Hex | 83 | 99 | C1 | 20 | 15 | 0 | 18 | DB | 21 | 40 |
| Octal | 203 | 231 | 301 | 40 | 25 | 0 | 30 | 333 | 41 | 100 |
| Binary | 10000011 | 10011001 | 11000001 | 100000 | 10101 | 0 | 11000 | 11011011 | 100001 | 1000000 |
Color Harmonies of #8399C1
Complementary color
Monochromatic Colors of #8399C1
Black with #8399C1
Text Example
Text Example
White with #8399C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8399C1; }
p { color: rgb(131,153,193); }
H1.HeaderClassName
{
color: #8399C1;
}
.AnyTagClassName
{
color: #8399C1;
}
</style>
background-color css
<style>
a { background-color: #8399C1; }
a { background-color: rgb(131,153,193); }
div.DivClassName
{
background-color: #8399C1;
}
.BgClassName
{
background-color: #8399C1;
}
</style>
border-color css
<style>
span { border-color: #8399C1; }
span { border-color: rgb(131,153,193); }
td.TdClassName
{
border-color: #8399C1;
}
.TagClassName
{
border-color: #8399C1;
}
</style>