Shades of Rock Blue #90A1C4
Tints of Rock Blue #90A1C4
RGB
CMYK
RGB Variations
Color information
#90A1C4 (or 0x90A1C4) is known color: Rock Blue. HEX triplet: 90, A1 and C4. RGB value is (144,161,196). Sum of RGB (Red+Green+Blue) = 144+161+196=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 196 - color contains mainly: blue. Hex color #90A1C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A1C4 is #6F5E3B. Grayscale: #9F9F9F. Windows color (decimal): -7298620 or 12886416. OLE color: 12886416.
HSL color Cylindrical-coordinate representation of color #90A1C4: hue angle of 220.38º 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 #90A1C4 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 161 | 196 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.23 |
| HSL | 220.38º | 0.31% | 0.67% | - |
| HSV(B) | 220.38º | 0.27% | 0.77% | - |
| XYZ | 34.21 | 35.4 | 57.26 | - |
| YUV | 159.91 | 148.37 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 161 | 196 | 0.27 | 0.18 | 0 | 0.23 | 220.38 | 0.31 | 0.67 |
| Hex | 90 | A1 | C4 | 1B | 12 | 0 | 17 | DC | 1F | 43 |
| Octal | 220 | 241 | 304 | 33 | 22 | 0 | 27 | 334 | 37 | 103 |
| Binary | 10010000 | 10100001 | 11000100 | 11011 | 10010 | 0 | 10111 | 11011100 | 11111 | 1000011 |
Color Harmonies of #90A1C4
Complementary color
Monochromatic Colors of #90A1C4
Black with #90A1C4
Text Example
Text Example
White with #90A1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A1C4; }
p { color: rgb(144,161,196); }
H1.HeaderClassName
{
color: #90A1C4;
}
.AnyTagClassName
{
color: #90A1C4;
}
</style>
background-color css
<style>
a { background-color: #90A1C4; }
a { background-color: rgb(144,161,196); }
div.DivClassName
{
background-color: #90A1C4;
}
.BgClassName
{
background-color: #90A1C4;
}
</style>
border-color css
<style>
span { border-color: #90A1C4; }
span { border-color: rgb(144,161,196); }
td.TdClassName
{
border-color: #90A1C4;
}
.TagClassName
{
border-color: #90A1C4;
}
</style>