Shades of Rock Blue #8B9DC3
Tints of Rock Blue #8B9DC3
RGB
CMYK
RGB Variations
Color information
#8B9DC3 (or 0x8B9DC3) is known color: Rock Blue. HEX triplet: 8B, 9D and C3. RGB value is (139,157,195). Sum of RGB (Red+Green+Blue) = 139+157+195=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 195 - color contains mainly: blue. Hex color #8B9DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9DC3 is #74623C. Grayscale: #9B9B9B. Windows color (decimal): -7627325 or 12819851. OLE color: 12819851.
HSL color Cylindrical-coordinate representation of color #8B9DC3: hue angle of 220.71º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B9DC3 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 157 | 195 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.24 |
| HSL | 220.71º | 0.32% | 0.65% | - |
| HSV(B) | 220.71º | 0.29% | 0.76% | - |
| XYZ | 32.55 | 33.54 | 56.39 | - |
| YUV | 155.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 157 | 195 | 0.29 | 0.19 | 0 | 0.24 | 220.71 | 0.32 | 0.65 |
| Hex | 8B | 9D | C3 | 1D | 13 | 0 | 18 | DD | 20 | 41 |
| Octal | 213 | 235 | 303 | 35 | 23 | 0 | 30 | 335 | 40 | 101 |
| Binary | 10001011 | 10011101 | 11000011 | 11101 | 10011 | 0 | 11000 | 11011101 | 100000 | 1000001 |
Color Harmonies of #8B9DC3
Complementary color
Monochromatic Colors of #8B9DC3
Black with #8B9DC3
Text Example
Text Example
White with #8B9DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9DC3; }
p { color: rgb(139,157,195); }
H1.HeaderClassName
{
color: #8B9DC3;
}
.AnyTagClassName
{
color: #8B9DC3;
}
</style>
background-color css
<style>
a { background-color: #8B9DC3; }
a { background-color: rgb(139,157,195); }
div.DivClassName
{
background-color: #8B9DC3;
}
.BgClassName
{
background-color: #8B9DC3;
}
</style>
border-color css
<style>
span { border-color: #8B9DC3; }
span { border-color: rgb(139,157,195); }
td.TdClassName
{
border-color: #8B9DC3;
}
.TagClassName
{
border-color: #8B9DC3;
}
</style>