Shades of Rock Blue #909DC2
Tints of Rock Blue #909DC2
RGB
CMYK
RGB Variations
Color information
#909DC2 (or 0x909DC2) is known color: Rock Blue. HEX triplet: 90, 9D and C2. RGB value is (144,157,194). Sum of RGB (Red+Green+Blue) = 144+157+194=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 194 - color contains mainly: blue. Hex color #909DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DC2 is #6F623D. Grayscale: #9D9D9D. Windows color (decimal): -7299646 or 12754320. OLE color: 12754320.
HSL color Cylindrical-coordinate representation of color #909DC2: hue angle of 224.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #909DC2 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 157 | 194 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.24 |
| HSL | 224.4º | 0.29% | 0.66% | - |
| HSV(B) | 224.4º | 0.26% | 0.76% | - |
| XYZ | 33.3 | 33.94 | 55.83 | - |
| YUV | 157.33 | 148.69 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 194 | 0.26 | 0.19 | 0 | 0.24 | 224.4 | 0.29 | 0.66 |
| Hex | 90 | 9D | C2 | 1A | 13 | 0 | 18 | E0 | 1D | 42 |
| Octal | 220 | 235 | 302 | 32 | 23 | 0 | 30 | 340 | 35 | 102 |
| Binary | 10010000 | 10011101 | 11000010 | 11010 | 10011 | 0 | 11000 | 11100000 | 11101 | 1000010 |
Color Harmonies of #909DC2
Complementary color
Monochromatic Colors of #909DC2
Black with #909DC2
Text Example
Text Example
White with #909DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909DC2; }
p { color: rgb(144,157,194); }
H1.HeaderClassName
{
color: #909DC2;
}
.AnyTagClassName
{
color: #909DC2;
}
</style>
background-color css
<style>
a { background-color: #909DC2; }
a { background-color: rgb(144,157,194); }
div.DivClassName
{
background-color: #909DC2;
}
.BgClassName
{
background-color: #909DC2;
}
</style>
border-color css
<style>
span { border-color: #909DC2; }
span { border-color: rgb(144,157,194); }
td.TdClassName
{
border-color: #909DC2;
}
.TagClassName
{
border-color: #909DC2;
}
</style>