Shades of Perano #90A8FF
Tints of Perano #90A8FF
RGB
CMYK
RGB Variations
Color information
#90A8FF (or 0x90A8FF) is known color: Perano. HEX triplet: 90, A8 and FF. RGB value is (144,168,255). Sum of RGB (Red+Green+Blue) = 144+168+255=567 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.40% from 567); Green value is 168 (66.02% from 255 or 29.63% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #90A8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A8FF is #6F5700. Grayscale: #AAAAAA. Windows color (decimal): -7296769 or 16754832. OLE color: 16754832.
HSL color Cylindrical-coordinate representation of color #90A8FF: hue angle of 227.03º 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 #90A8FF is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 168 | 255 | - |
| CMYK | 0.44 | 0.34 | 0 | 0 |
| HSL | 227.03º | 1% | 0.78% | - |
| HSV(B) | 227.03º | 0.44% | 1% | - |
| XYZ | 43.55 | 41.15 | 100.26 | - |
| YUV | 170.74 | 175.55 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 168 | 255 | 0.44 | 0.34 | 0 | 0 | 227.03 | 1 | 0.78 |
| Hex | 90 | A8 | FF | 2C | 22 | 0 | 0 | E3 | 64 | 4E |
| Octal | 220 | 250 | 377 | 54 | 42 | 0 | 0 | 343 | 144 | 116 |
| Binary | 10010000 | 10101000 | 11111111 | 101100 | 100010 | 0 | 0 | 11100011 | 1100100 | 1001110 |
Color Harmonies of #90A8FF
Complementary color
Monochromatic Colors of #90A8FF
Black with #90A8FF
Text Example
Text Example
White with #90A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A8FF; }
p { color: rgb(144,168,255); }
H1.HeaderClassName
{
color: #90A8FF;
}
.AnyTagClassName
{
color: #90A8FF;
}
</style>
background-color css
<style>
a { background-color: #90A8FF; }
a { background-color: rgb(144,168,255); }
div.DivClassName
{
background-color: #90A8FF;
}
.BgClassName
{
background-color: #90A8FF;
}
</style>
border-color css
<style>
span { border-color: #90A8FF; }
span { border-color: rgb(144,168,255); }
td.TdClassName
{
border-color: #90A8FF;
}
.TagClassName
{
border-color: #90A8FF;
}
</style>