Shades of Perano #90A9FF
Tints of Perano #90A9FF
RGB
CMYK
RGB Variations
Color information
#90A9FF (or 0x90A9FF) is known color: Perano. HEX triplet: 90, A9 and FF. RGB value is (144,169,255). Sum of RGB (Red+Green+Blue) = 144+169+255=568 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.35% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #90A9FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A9FF is #6F5600. Grayscale: #AAAAAA. Windows color (decimal): -7296513 or 16755088. OLE color: 16755088.
HSL color Cylindrical-coordinate representation of color #90A9FF: hue angle of 226.49º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90A9FF is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 169 | 255 | - |
| CMYK | 0.44 | 0.34 | 0 | 0 |
| HSL | 226.49º | 1% | 0.78% | - |
| HSV(B) | 226.49º | 0.44% | 1% | - |
| XYZ | 43.74 | 41.53 | 100.32 | - |
| YUV | 171.33 | 175.22 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 169 | 255 | 0.44 | 0.34 | 0 | 0 | 226.49 | 1 | 0.78 |
| Hex | 90 | A9 | FF | 2C | 22 | 0 | 0 | E2 | 64 | 4E |
| Octal | 220 | 251 | 377 | 54 | 42 | 0 | 0 | 342 | 144 | 116 |
| Binary | 10010000 | 10101001 | 11111111 | 101100 | 100010 | 0 | 0 | 11100010 | 1100100 | 1001110 |
Color Harmonies of #90A9FF
Complementary color
Monochromatic Colors of #90A9FF
Black with #90A9FF
Text Example
Text Example
White with #90A9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A9FF; }
p { color: rgb(144,169,255); }
H1.HeaderClassName
{
color: #90A9FF;
}
.AnyTagClassName
{
color: #90A9FF;
}
</style>
background-color css
<style>
a { background-color: #90A9FF; }
a { background-color: rgb(144,169,255); }
div.DivClassName
{
background-color: #90A9FF;
}
.BgClassName
{
background-color: #90A9FF;
}
</style>
border-color css
<style>
span { border-color: #90A9FF; }
span { border-color: rgb(144,169,255); }
td.TdClassName
{
border-color: #90A9FF;
}
.TagClassName
{
border-color: #90A9FF;
}
</style>