Shades of Wild Blue Yonder #728CC3
Tints of Wild Blue Yonder #728CC3
RGB
CMYK
RGB Variations
Color information
#728CC3 (or 0x728CC3) is known color: Wild Blue Yonder. HEX triplet: 72, 8C and C3. RGB value is (114,140,195). Sum of RGB (Red+Green+Blue) = 114+140+195=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 195 - color contains mainly: blue. Hex color #728CC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CC3 is #8D733C. Grayscale: #8A8A8A. Windows color (decimal): -9270077 or 12815474. OLE color: 12815474.
HSL color Cylindrical-coordinate representation of color #728CC3: hue angle of 220.74º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #728CC3 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 140 | 195 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.24 |
| HSL | 220.74º | 0.4% | 0.61% | - |
| HSV(B) | 220.74º | 0.42% | 0.76% | - |
| XYZ | 26.17 | 26.27 | 55.32 | - |
| YUV | 138.5 | 159.89 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 195 | 0.42 | 0.28 | 0 | 0.24 | 220.74 | 0.4 | 0.61 |
| Hex | 72 | 8C | C3 | 2A | 1C | 0 | 18 | DD | 28 | 3D |
| Octal | 162 | 214 | 303 | 52 | 34 | 0 | 30 | 335 | 50 | 75 |
| Binary | 1110010 | 10001100 | 11000011 | 101010 | 11100 | 0 | 11000 | 11011101 | 101000 | 111101 |
Color Harmonies of #728CC3
Complementary color
Monochromatic Colors of #728CC3
Black with #728CC3
Text Example
Text Example
White with #728CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CC3; }
p { color: rgb(114,140,195); }
H1.HeaderClassName
{
color: #728CC3;
}
.AnyTagClassName
{
color: #728CC3;
}
</style>
background-color css
<style>
a { background-color: #728CC3; }
a { background-color: rgb(114,140,195); }
div.DivClassName
{
background-color: #728CC3;
}
.BgClassName
{
background-color: #728CC3;
}
</style>
border-color css
<style>
span { border-color: #728CC3; }
span { border-color: rgb(114,140,195); }
td.TdClassName
{
border-color: #728CC3;
}
.TagClassName
{
border-color: #728CC3;
}
</style>