Shades of Polo Blue #769DC3
Tints of Polo Blue #769DC3
RGB
CMYK
RGB Variations
Color information
#769DC3 (or 0x769DC3) is known color: Polo Blue. HEX triplet: 76, 9D and C3. RGB value is (118,157,195). Sum of RGB (Red+Green+Blue) = 118+157+195=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 195 - color contains mainly: blue. Hex color #769DC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DC3 is #89623C. Grayscale: #959595. Windows color (decimal): -9003581 or 12819830. OLE color: 12819830.
HSL color Cylindrical-coordinate representation of color #769DC3: hue angle of 209.61º 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 #769DC3 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 157 | 195 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.24 |
| HSL | 209.61º | 0.39% | 0.61% | - |
| HSV(B) | 209.61º | 0.39% | 0.76% | - |
| XYZ | 29.38 | 31.91 | 56.24 | - |
| YUV | 149.67 | 153.58 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 157 | 195 | 0.39 | 0.19 | 0 | 0.24 | 209.61 | 0.39 | 0.61 |
| Hex | 76 | 9D | C3 | 27 | 13 | 0 | 18 | D2 | 27 | 3D |
| Octal | 166 | 235 | 303 | 47 | 23 | 0 | 30 | 322 | 47 | 75 |
| Binary | 1110110 | 10011101 | 11000011 | 100111 | 10011 | 0 | 11000 | 11010010 | 100111 | 111101 |
Color Harmonies of #769DC3
Complementary color
Monochromatic Colors of #769DC3
Black with #769DC3
Text Example
Text Example
White with #769DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769DC3; }
p { color: rgb(118,157,195); }
H1.HeaderClassName
{
color: #769DC3;
}
.AnyTagClassName
{
color: #769DC3;
}
</style>
background-color css
<style>
a { background-color: #769DC3; }
a { background-color: rgb(118,157,195); }
div.DivClassName
{
background-color: #769DC3;
}
.BgClassName
{
background-color: #769DC3;
}
</style>
border-color css
<style>
span { border-color: #769DC3; }
span { border-color: rgb(118,157,195); }
td.TdClassName
{
border-color: #769DC3;
}
.TagClassName
{
border-color: #769DC3;
}
</style>