Shades of Polo Blue #95A4CB
Tints of Polo Blue #95A4CB
RGB
CMYK
RGB Variations
Color information
#95A4CB (or 0x95A4CB) is known color: Polo Blue. HEX triplet: 95, A4 and CB. RGB value is (149,164,203). Sum of RGB (Red+Green+Blue) = 149+164+203=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #95A4CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A4CB is #6A5B34. Grayscale: #A3A3A3. Windows color (decimal): -6970165 or 13345941. OLE color: 13345941.
HSL color Cylindrical-coordinate representation of color #95A4CB: hue angle of 223.33º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95A4CB is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 164 | 203 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.20 |
| HSL | 223.33º | 0.34% | 0.69% | - |
| HSV(B) | 223.33º | 0.27% | 0.8% | - |
| XYZ | 36.45 | 37.25 | 61.77 | - |
| YUV | 163.96 | 150.03 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 164 | 203 | 0.27 | 0.19 | 0 | 0.20 | 223.33 | 0.34 | 0.69 |
| Hex | 95 | A4 | CB | 1B | 13 | 0 | 14 | DF | 22 | 45 |
| Octal | 225 | 244 | 313 | 33 | 23 | 0 | 24 | 337 | 42 | 105 |
| Binary | 10010101 | 10100100 | 11001011 | 11011 | 10011 | 0 | 10100 | 11011111 | 100010 | 1000101 |
Color Harmonies of #95A4CB
Complementary color
Monochromatic Colors of #95A4CB
Black with #95A4CB
Text Example
Text Example
White with #95A4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A4CB; }
p { color: rgb(149,164,203); }
H1.HeaderClassName
{
color: #95A4CB;
}
.AnyTagClassName
{
color: #95A4CB;
}
</style>
background-color css
<style>
a { background-color: #95A4CB; }
a { background-color: rgb(149,164,203); }
div.DivClassName
{
background-color: #95A4CB;
}
.BgClassName
{
background-color: #95A4CB;
}
</style>
border-color css
<style>
span { border-color: #95A4CB; }
span { border-color: rgb(149,164,203); }
td.TdClassName
{
border-color: #95A4CB;
}
.TagClassName
{
border-color: #95A4CB;
}
</style>