Shades of Polo Blue #769BC3
Tints of Polo Blue #769BC3
RGB
CMYK
RGB Variations
Color information
#769BC3 (or 0x769BC3) is known color: Polo Blue. HEX triplet: 76, 9B and C3. RGB value is (118,155,195). Sum of RGB (Red+Green+Blue) = 118+155+195=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 195 - color contains mainly: blue. Hex color #769BC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BC3 is #89643C. Grayscale: #949494. Windows color (decimal): -9004093 or 12819318. OLE color: 12819318.
HSL color Cylindrical-coordinate representation of color #769BC3: hue angle of 211.17º degrees, saturation: 0.39, 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 #769BC3 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 155 | 195 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.24 |
| HSL | 211.17º | 0.39% | 0.61% | - |
| HSV(B) | 211.17º | 0.39% | 0.76% | - |
| XYZ | 29.04 | 31.23 | 56.13 | - |
| YUV | 148.5 | 154.24 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 195 | 0.39 | 0.21 | 0 | 0.24 | 211.17 | 0.39 | 0.61 |
| Hex | 76 | 9B | C3 | 27 | 15 | 0 | 18 | D3 | 27 | 3D |
| Octal | 166 | 233 | 303 | 47 | 25 | 0 | 30 | 323 | 47 | 75 |
| Binary | 1110110 | 10011011 | 11000011 | 100111 | 10101 | 0 | 11000 | 11010011 | 100111 | 111101 |
Color Harmonies of #769BC3
Complementary color
Monochromatic Colors of #769BC3
Black with #769BC3
Text Example
Text Example
White with #769BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769BC3; }
p { color: rgb(118,155,195); }
H1.HeaderClassName
{
color: #769BC3;
}
.AnyTagClassName
{
color: #769BC3;
}
</style>
background-color css
<style>
a { background-color: #769BC3; }
a { background-color: rgb(118,155,195); }
div.DivClassName
{
background-color: #769BC3;
}
.BgClassName
{
background-color: #769BC3;
}
</style>
border-color css
<style>
span { border-color: #769BC3; }
span { border-color: rgb(118,155,195); }
td.TdClassName
{
border-color: #769BC3;
}
.TagClassName
{
border-color: #769BC3;
}
</style>