Shades of Rock Blue #8B9CB3
Tints of Rock Blue #8B9CB3
RGB
CMYK
RGB Variations
Color information
#8B9CB3 (or 0x8B9CB3) is known color: Rock Blue. HEX triplet: 8B, 9C and B3. RGB value is (139,156,179). Sum of RGB (Red+Green+Blue) = 139+156+179=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 179 - color contains mainly: blue. Hex color #8B9CB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9CB3 is #74634C. Grayscale: #999999. Windows color (decimal): -7627597 or 11771019. OLE color: 11771019.
HSL color Cylindrical-coordinate representation of color #8B9CB3: hue angle of 214.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B9CB3 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 156 | 179 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.30 |
| HSL | 214.5º | 0.21% | 0.62% | - |
| HSV(B) | 214.5º | 0.22% | 0.7% | - |
| XYZ | 30.67 | 32.52 | 47.31 | - |
| YUV | 153.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 156 | 179 | 0.22 | 0.13 | 0 | 0.30 | 214.5 | 0.21 | 0.62 |
| Hex | 8B | 9C | B3 | 16 | D | 0 | 1E | D6 | 15 | 3E |
| Octal | 213 | 234 | 263 | 26 | 15 | 0 | 36 | 326 | 25 | 76 |
| Binary | 10001011 | 10011100 | 10110011 | 10110 | 1101 | 0 | 11110 | 11010110 | 10101 | 111110 |
Color Harmonies of #8B9CB3
Complementary color
Monochromatic Colors of #8B9CB3
Black with #8B9CB3
Text Example
Text Example
White with #8B9CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9CB3; }
p { color: rgb(139,156,179); }
H1.HeaderClassName
{
color: #8B9CB3;
}
.AnyTagClassName
{
color: #8B9CB3;
}
</style>
background-color css
<style>
a { background-color: #8B9CB3; }
a { background-color: rgb(139,156,179); }
div.DivClassName
{
background-color: #8B9CB3;
}
.BgClassName
{
background-color: #8B9CB3;
}
</style>
border-color css
<style>
span { border-color: #8B9CB3; }
span { border-color: rgb(139,156,179); }
td.TdClassName
{
border-color: #8B9CB3;
}
.TagClassName
{
border-color: #8B9CB3;
}
</style>