Shades of Rock Blue #909EBD
Tints of Rock Blue #909EBD
RGB
CMYK
RGB Variations
Color information
#909EBD (or 0x909EBD) is known color: Rock Blue. HEX triplet: 90, 9E and BD. RGB value is (144,158,189). Sum of RGB (Red+Green+Blue) = 144+158+189=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #909EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909EBD is #6F6142. Grayscale: #9D9D9D. Windows color (decimal): -7299395 or 12426896. OLE color: 12426896.
HSL color Cylindrical-coordinate representation of color #909EBD: hue angle of 221.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #909EBD is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 158 | 189 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.26 |
| HSL | 221.33º | 0.25% | 0.65% | - |
| HSV(B) | 221.33º | 0.24% | 0.74% | - |
| XYZ | 32.91 | 34.06 | 52.98 | - |
| YUV | 157.35 | 145.86 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 158 | 189 | 0.24 | 0.16 | 0 | 0.26 | 221.33 | 0.25 | 0.65 |
| Hex | 90 | 9E | BD | 18 | 10 | 0 | 1A | DD | 19 | 41 |
| Octal | 220 | 236 | 275 | 30 | 20 | 0 | 32 | 335 | 31 | 101 |
| Binary | 10010000 | 10011110 | 10111101 | 11000 | 10000 | 0 | 11010 | 11011101 | 11001 | 1000001 |
Color Harmonies of #909EBD
Complementary color
Monochromatic Colors of #909EBD
Black with #909EBD
Text Example
Text Example
White with #909EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909EBD; }
p { color: rgb(144,158,189); }
H1.HeaderClassName
{
color: #909EBD;
}
.AnyTagClassName
{
color: #909EBD;
}
</style>
background-color css
<style>
a { background-color: #909EBD; }
a { background-color: rgb(144,158,189); }
div.DivClassName
{
background-color: #909EBD;
}
.BgClassName
{
background-color: #909EBD;
}
</style>
border-color css
<style>
span { border-color: #909EBD; }
span { border-color: rgb(144,158,189); }
td.TdClassName
{
border-color: #909EBD;
}
.TagClassName
{
border-color: #909EBD;
}
</style>