Shades of Polo Blue #90A7C3
Tints of Polo Blue #90A7C3
RGB
CMYK
RGB Variations
Color information
#90A7C3 (or 0x90A7C3) is known color: Polo Blue. HEX triplet: 90, A7 and C3. RGB value is (144,167,195). Sum of RGB (Red+Green+Blue) = 144+167+195=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 195 - color contains mainly: blue. Hex color #90A7C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A7C3 is #6F583C. Grayscale: #A3A3A3. Windows color (decimal): -7297085 or 12822416. OLE color: 12822416.
HSL color Cylindrical-coordinate representation of color #90A7C3: hue angle of 212.94º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90A7C3 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 167 | 195 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.24 |
| HSL | 212.94º | 0.3% | 0.66% | - |
| HSV(B) | 212.94º | 0.26% | 0.76% | - |
| XYZ | 35.17 | 37.51 | 57.02 | - |
| YUV | 163.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 167 | 195 | 0.26 | 0.14 | 0 | 0.24 | 212.94 | 0.3 | 0.66 |
| Hex | 90 | A7 | C3 | 1A | E | 0 | 18 | D5 | 1E | 42 |
| Octal | 220 | 247 | 303 | 32 | 16 | 0 | 30 | 325 | 36 | 102 |
| Binary | 10010000 | 10100111 | 11000011 | 11010 | 1110 | 0 | 11000 | 11010101 | 11110 | 1000010 |
Color Harmonies of #90A7C3
Complementary color
Monochromatic Colors of #90A7C3
Black with #90A7C3
Text Example
Text Example
White with #90A7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A7C3; }
p { color: rgb(144,167,195); }
H1.HeaderClassName
{
color: #90A7C3;
}
.AnyTagClassName
{
color: #90A7C3;
}
</style>
background-color css
<style>
a { background-color: #90A7C3; }
a { background-color: rgb(144,167,195); }
div.DivClassName
{
background-color: #90A7C3;
}
.BgClassName
{
background-color: #90A7C3;
}
</style>
border-color css
<style>
span { border-color: #90A7C3; }
span { border-color: rgb(144,167,195); }
td.TdClassName
{
border-color: #90A7C3;
}
.TagClassName
{
border-color: #90A7C3;
}
</style>