Shades of Polo Blue #90A5C6
Tints of Polo Blue #90A5C6
RGB
CMYK
RGB Variations
Color information
#90A5C6 (or 0x90A5C6) is known color: Polo Blue. HEX triplet: 90, A5 and C6. RGB value is (144,165,198). Sum of RGB (Red+Green+Blue) = 144+165+198=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 198 - color contains mainly: blue. Hex color #90A5C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A5C6 is #6F5A39. Grayscale: #A2A2A2. Windows color (decimal): -7297594 or 13018512. OLE color: 13018512.
HSL color Cylindrical-coordinate representation of color #90A5C6: hue angle of 216.67º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90A5C6 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 165 | 198 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.22 |
| HSL | 216.67º | 0.32% | 0.67% | - |
| HSV(B) | 216.67º | 0.27% | 0.78% | - |
| XYZ | 35.15 | 36.92 | 58.7 | - |
| YUV | 162.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 165 | 198 | 0.27 | 0.17 | 0 | 0.22 | 216.67 | 0.32 | 0.67 |
| Hex | 90 | A5 | C6 | 1B | 11 | 0 | 16 | D9 | 20 | 43 |
| Octal | 220 | 245 | 306 | 33 | 21 | 0 | 26 | 331 | 40 | 103 |
| Binary | 10010000 | 10100101 | 11000110 | 11011 | 10001 | 0 | 10110 | 11011001 | 100000 | 1000011 |
Color Harmonies of #90A5C6
Complementary color
Monochromatic Colors of #90A5C6
Black with #90A5C6
Text Example
Text Example
White with #90A5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A5C6; }
p { color: rgb(144,165,198); }
H1.HeaderClassName
{
color: #90A5C6;
}
.AnyTagClassName
{
color: #90A5C6;
}
</style>
background-color css
<style>
a { background-color: #90A5C6; }
a { background-color: rgb(144,165,198); }
div.DivClassName
{
background-color: #90A5C6;
}
.BgClassName
{
background-color: #90A5C6;
}
</style>
border-color css
<style>
span { border-color: #90A5C6; }
span { border-color: rgb(144,165,198); }
td.TdClassName
{
border-color: #90A5C6;
}
.TagClassName
{
border-color: #90A5C6;
}
</style>