Shades of Polo Blue #769CC1
Tints of Polo Blue #769CC1
RGB
CMYK
RGB Variations
Color information
#769CC1 (or 0x769CC1) is known color: Polo Blue. HEX triplet: 76, 9C and C1. RGB value is (118,156,193). Sum of RGB (Red+Green+Blue) = 118+156+193=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #769CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CC1 is #89633E. Grayscale: #949494. Windows color (decimal): -9003839 or 12688502. OLE color: 12688502.
HSL color Cylindrical-coordinate representation of color #769CC1: hue angle of 209.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #769CC1 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 156 | 193 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.24 |
| HSL | 209.6º | 0.38% | 0.61% | - |
| HSV(B) | 209.6º | 0.39% | 0.76% | - |
| XYZ | 28.99 | 31.48 | 55 | - |
| YUV | 148.86 | 152.91 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 193 | 0.39 | 0.19 | 0 | 0.24 | 209.6 | 0.38 | 0.61 |
| Hex | 76 | 9C | C1 | 27 | 13 | 0 | 18 | D2 | 26 | 3D |
| Octal | 166 | 234 | 301 | 47 | 23 | 0 | 30 | 322 | 46 | 75 |
| Binary | 1110110 | 10011100 | 11000001 | 100111 | 10011 | 0 | 11000 | 11010010 | 100110 | 111101 |
Color Harmonies of #769CC1
Complementary color
Monochromatic Colors of #769CC1
Black with #769CC1
Text Example
Text Example
White with #769CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769CC1; }
p { color: rgb(118,156,193); }
H1.HeaderClassName
{
color: #769CC1;
}
.AnyTagClassName
{
color: #769CC1;
}
</style>
background-color css
<style>
a { background-color: #769CC1; }
a { background-color: rgb(118,156,193); }
div.DivClassName
{
background-color: #769CC1;
}
.BgClassName
{
background-color: #769CC1;
}
</style>
border-color css
<style>
span { border-color: #769CC1; }
span { border-color: rgb(118,156,193); }
td.TdClassName
{
border-color: #769CC1;
}
.TagClassName
{
border-color: #769CC1;
}
</style>