Shades of Rock Blue #909CBE
Tints of Rock Blue #909CBE
RGB
CMYK
RGB Variations
Color information
#909CBE (or 0x909CBE) is known color: Rock Blue. HEX triplet: 90, 9C and BE. RGB value is (144,156,190). Sum of RGB (Red+Green+Blue) = 144+156+190=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #909CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CBE is #6F6341. Grayscale: #9C9C9C. Windows color (decimal): -7299906 or 12491920. OLE color: 12491920.
HSL color Cylindrical-coordinate representation of color #909CBE: hue angle of 224.35º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #909CBE is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 156 | 190 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.25 |
| HSL | 224.35º | 0.26% | 0.65% | - |
| HSV(B) | 224.35º | 0.24% | 0.75% | - |
| XYZ | 32.68 | 33.42 | 53.44 | - |
| YUV | 156.29 | 147.02 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 190 | 0.24 | 0.18 | 0 | 0.25 | 224.35 | 0.26 | 0.65 |
| Hex | 90 | 9C | BE | 18 | 12 | 0 | 19 | E0 | 1A | 41 |
| Octal | 220 | 234 | 276 | 30 | 22 | 0 | 31 | 340 | 32 | 101 |
| Binary | 10010000 | 10011100 | 10111110 | 11000 | 10010 | 0 | 11001 | 11100000 | 11010 | 1000001 |
Color Harmonies of #909CBE
Complementary color
Monochromatic Colors of #909CBE
Black with #909CBE
Text Example
Text Example
White with #909CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909CBE; }
p { color: rgb(144,156,190); }
H1.HeaderClassName
{
color: #909CBE;
}
.AnyTagClassName
{
color: #909CBE;
}
</style>
background-color css
<style>
a { background-color: #909CBE; }
a { background-color: rgb(144,156,190); }
div.DivClassName
{
background-color: #909CBE;
}
.BgClassName
{
background-color: #909CBE;
}
</style>
border-color css
<style>
span { border-color: #909CBE; }
span { border-color: rgb(144,156,190); }
td.TdClassName
{
border-color: #909CBE;
}
.TagClassName
{
border-color: #909CBE;
}
</style>