Shades of Rock Blue #909EC5
Tints of Rock Blue #909EC5
RGB
CMYK
RGB Variations
Color information
#909EC5 (or 0x909EC5) is known color: Rock Blue. HEX triplet: 90, 9E and C5. RGB value is (144,158,197). Sum of RGB (Red+Green+Blue) = 144+158+197=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 197 - color contains mainly: blue. Hex color #909EC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909EC5 is #6F613A. Grayscale: #9E9E9E. Windows color (decimal): -7299387 or 12951184. OLE color: 12951184.
HSL color Cylindrical-coordinate representation of color #909EC5: hue angle of 224.15º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #909EC5 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 158 | 197 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.23 |
| HSL | 224.15º | 0.31% | 0.67% | - |
| HSV(B) | 224.15º | 0.27% | 0.77% | - |
| XYZ | 33.81 | 34.41 | 57.68 | - |
| YUV | 158.26 | 149.86 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 158 | 197 | 0.27 | 0.20 | 0 | 0.23 | 224.15 | 0.31 | 0.67 |
| Hex | 90 | 9E | C5 | 1B | 14 | 0 | 17 | E0 | 1F | 43 |
| Octal | 220 | 236 | 305 | 33 | 24 | 0 | 27 | 340 | 37 | 103 |
| Binary | 10010000 | 10011110 | 11000101 | 11011 | 10100 | 0 | 10111 | 11100000 | 11111 | 1000011 |
Color Harmonies of #909EC5
Complementary color
Monochromatic Colors of #909EC5
Black with #909EC5
Text Example
Text Example
White with #909EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909EC5; }
p { color: rgb(144,158,197); }
H1.HeaderClassName
{
color: #909EC5;
}
.AnyTagClassName
{
color: #909EC5;
}
</style>
background-color css
<style>
a { background-color: #909EC5; }
a { background-color: rgb(144,158,197); }
div.DivClassName
{
background-color: #909EC5;
}
.BgClassName
{
background-color: #909EC5;
}
</style>
border-color css
<style>
span { border-color: #909EC5; }
span { border-color: rgb(144,158,197); }
td.TdClassName
{
border-color: #909EC5;
}
.TagClassName
{
border-color: #909EC5;
}
</style>