Shades of Portage #90A6FC
Tints of Portage #90A6FC
RGB
CMYK
RGB Variations
Color information
#90A6FC (or 0x90A6FC) is known color: Portage. HEX triplet: 90, A6 and FC. RGB value is (144,166,252). Sum of RGB (Red+Green+Blue) = 144+166+252=562 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.62% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #90A6FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A6FC is #6F5903. Grayscale: #A8A8A8. Windows color (decimal): -7297284 or 16557712. OLE color: 16557712.
HSL color Cylindrical-coordinate representation of color #90A6FC: hue angle of 227.78º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90A6FC is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 166 | 252 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.01 |
| HSL | 227.78º | 0.95% | 0.78% | - |
| HSV(B) | 227.78º | 0.43% | 0.99% | - |
| XYZ | 42.71 | 40.23 | 97.61 | - |
| YUV | 169.23 | 174.71 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 166 | 252 | 0.43 | 0.34 | 0 | 0.01 | 227.78 | 0.95 | 0.78 |
| Hex | 90 | A6 | FC | 2B | 22 | 0 | 1 | E4 | 5F | 4E |
| Octal | 220 | 246 | 374 | 53 | 42 | 0 | 1 | 344 | 137 | 116 |
| Binary | 10010000 | 10100110 | 11111100 | 101011 | 100010 | 0 | 1 | 11100100 | 1011111 | 1001110 |
Color Harmonies of #90A6FC
Complementary color
Monochromatic Colors of #90A6FC
Black with #90A6FC
Text Example
Text Example
White with #90A6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A6FC; }
p { color: rgb(144,166,252); }
H1.HeaderClassName
{
color: #90A6FC;
}
.AnyTagClassName
{
color: #90A6FC;
}
</style>
background-color css
<style>
a { background-color: #90A6FC; }
a { background-color: rgb(144,166,252); }
div.DivClassName
{
background-color: #90A6FC;
}
.BgClassName
{
background-color: #90A6FC;
}
</style>
border-color css
<style>
span { border-color: #90A6FC; }
span { border-color: rgb(144,166,252); }
td.TdClassName
{
border-color: #90A6FC;
}
.TagClassName
{
border-color: #90A6FC;
}
</style>