Shades of Polo Blue #769CC4
Tints of Polo Blue #769CC4
RGB
CMYK
RGB Variations
Color information
#769CC4 (or 0x769CC4) is known color: Polo Blue. HEX triplet: 76, 9C and C4. RGB value is (118,156,196). Sum of RGB (Red+Green+Blue) = 118+156+196=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #769CC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CC4 is #89633B. Grayscale: #959595. Windows color (decimal): -9003836 or 12885110. OLE color: 12885110.
HSL color Cylindrical-coordinate representation of color #769CC4: hue angle of 210.77º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #769CC4 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 156 | 196 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.23 |
| HSL | 210.77º | 0.4% | 0.62% | - |
| HSV(B) | 210.77º | 0.4% | 0.77% | - |
| XYZ | 29.32 | 31.61 | 56.78 | - |
| YUV | 149.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 196 | 0.40 | 0.20 | 0 | 0.23 | 210.77 | 0.4 | 0.62 |
| Hex | 76 | 9C | C4 | 28 | 14 | 0 | 17 | D3 | 28 | 3E |
| Octal | 166 | 234 | 304 | 50 | 24 | 0 | 27 | 323 | 50 | 76 |
| Binary | 1110110 | 10011100 | 11000100 | 101000 | 10100 | 0 | 10111 | 11010011 | 101000 | 111110 |
Color Harmonies of #769CC4
Complementary color
Monochromatic Colors of #769CC4
Black with #769CC4
Text Example
Text Example
White with #769CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769CC4; }
p { color: rgb(118,156,196); }
H1.HeaderClassName
{
color: #769CC4;
}
.AnyTagClassName
{
color: #769CC4;
}
</style>
background-color css
<style>
a { background-color: #769CC4; }
a { background-color: rgb(118,156,196); }
div.DivClassName
{
background-color: #769CC4;
}
.BgClassName
{
background-color: #769CC4;
}
</style>
border-color css
<style>
span { border-color: #769CC4; }
span { border-color: rgb(118,156,196); }
td.TdClassName
{
border-color: #769CC4;
}
.TagClassName
{
border-color: #769CC4;
}
</style>