Shades of Rock Blue #8D9FBD
Tints of Rock Blue #8D9FBD
RGB
CMYK
RGB Variations
Color information
#8D9FBD (or 0x8D9FBD) is known color: Rock Blue. HEX triplet: 8D, 9F and BD. RGB value is (141,159,189). Sum of RGB (Red+Green+Blue) = 141+159+189=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D9FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9FBD is #726042. Grayscale: #9C9C9C. Windows color (decimal): -7495747 or 12427149. OLE color: 12427149.
HSL color Cylindrical-coordinate representation of color #8D9FBD: hue angle of 217.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D9FBD is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 141 | 159 | 189 | - |
CMYK | 0.25 | 0.16 | 0 | 0.26 |
HSL | 217.5º | 0.27% | 0.65% | - |
HSV(B) | 217.5º | 0.25% | 0.74% | - |
XYZ | 32.57 | 34.13 | 53.02 | - |
YUV | 157.04 | 146.04 | 116.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 159 | 189 | 0.25 | 0.16 | 0 | 0.26 | 217.5 | 0.27 | 0.65 |
Hex | 8D | 9F | BD | 19 | 10 | 0 | 1A | DA | 1B | 41 |
Octal | 215 | 237 | 275 | 31 | 20 | 0 | 32 | 332 | 33 | 101 |
Binary | 10001101 | 10011111 | 10111101 | 11001 | 10000 | 0 | 11010 | 11011010 | 11011 | 1000001 |
Color Harmonies of #8D9FBD
Complementary color
Monochromatic Colors of #8D9FBD
Black with #8D9FBD
Text Example
Text Example
White with #8D9FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9FBD; }
p { color: rgb(141,159,189); }
H1.HeaderClassName
{
color: #8D9FBD;
}
.AnyTagClassName
{
color: #8D9FBD;
}
</style>
background-color css
<style>
a { background-color: #8D9FBD; }
a { background-color: rgb(141,159,189); }
div.DivClassName
{
background-color: #8D9FBD;
}
.BgClassName
{
background-color: #8D9FBD;
}
</style>
border-color css
<style>
span { border-color: #8D9FBD; }
span { border-color: rgb(141,159,189); }
td.TdClassName
{
border-color: #8D9FBD;
}
.TagClassName
{
border-color: #8D9FBD;
}
</style>