Shades of Rock Blue #90A3C5
Tints of Rock Blue #90A3C5
RGB
CMYK
RGB Variations
Color information
#90A3C5 (or 0x90A3C5) is known color: Rock Blue. HEX triplet: 90, A3 and C5. RGB value is (144,163,197). Sum of RGB (Red+Green+Blue) = 144+163+197=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 197 - color contains mainly: blue. Hex color #90A3C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A3C5 is #6F5C3A. Grayscale: #A1A1A1. Windows color (decimal): -7298107 or 12952464. OLE color: 12952464.
HSL color Cylindrical-coordinate representation of color #90A3C5: hue angle of 218.49º 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 #90A3C5 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 163 | 197 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.23 |
| HSL | 218.49º | 0.31% | 0.67% | - |
| HSV(B) | 218.49º | 0.27% | 0.77% | - |
| XYZ | 34.68 | 36.15 | 57.97 | - |
| YUV | 161.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 163 | 197 | 0.27 | 0.17 | 0 | 0.23 | 218.49 | 0.31 | 0.67 |
| Hex | 90 | A3 | C5 | 1B | 11 | 0 | 17 | DA | 1F | 43 |
| Octal | 220 | 243 | 305 | 33 | 21 | 0 | 27 | 332 | 37 | 103 |
| Binary | 10010000 | 10100011 | 11000101 | 11011 | 10001 | 0 | 10111 | 11011010 | 11111 | 1000011 |
Color Harmonies of #90A3C5
Complementary color
Monochromatic Colors of #90A3C5
Black with #90A3C5
Text Example
Text Example
White with #90A3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A3C5; }
p { color: rgb(144,163,197); }
H1.HeaderClassName
{
color: #90A3C5;
}
.AnyTagClassName
{
color: #90A3C5;
}
</style>
background-color css
<style>
a { background-color: #90A3C5; }
a { background-color: rgb(144,163,197); }
div.DivClassName
{
background-color: #90A3C5;
}
.BgClassName
{
background-color: #90A3C5;
}
</style>
border-color css
<style>
span { border-color: #90A3C5; }
span { border-color: rgb(144,163,197); }
td.TdClassName
{
border-color: #90A3C5;
}
.TagClassName
{
border-color: #90A3C5;
}
</style>