Shades of Wild Blue Yonder #728FC3
Tints of Wild Blue Yonder #728FC3
RGB
CMYK
RGB Variations
Color information
#728FC3 (or 0x728FC3) is known color: Wild Blue Yonder. HEX triplet: 72, 8F and C3. RGB value is (114,143,195). Sum of RGB (Red+Green+Blue) = 114+143+195=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 195 - color contains mainly: blue. Hex color #728FC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728FC3 is #8D703C. Grayscale: #8C8C8C. Windows color (decimal): -9269309 or 12816242. OLE color: 12816242.
HSL color Cylindrical-coordinate representation of color #728FC3: hue angle of 218.52º 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 #728FC3 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 143 | 195 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.24 |
| HSL | 218.52º | 0.4% | 0.61% | - |
| HSV(B) | 218.52º | 0.42% | 0.76% | - |
| XYZ | 26.61 | 27.16 | 55.47 | - |
| YUV | 140.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 195 | 0.42 | 0.27 | 0 | 0.24 | 218.52 | 0.4 | 0.61 |
| Hex | 72 | 8F | C3 | 2A | 1B | 0 | 18 | DB | 28 | 3D |
| Octal | 162 | 217 | 303 | 52 | 33 | 0 | 30 | 333 | 50 | 75 |
| Binary | 1110010 | 10001111 | 11000011 | 101010 | 11011 | 0 | 11000 | 11011011 | 101000 | 111101 |
Color Harmonies of #728FC3
Complementary color
Monochromatic Colors of #728FC3
Black with #728FC3
Text Example
Text Example
White with #728FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728FC3; }
p { color: rgb(114,143,195); }
H1.HeaderClassName
{
color: #728FC3;
}
.AnyTagClassName
{
color: #728FC3;
}
</style>
background-color css
<style>
a { background-color: #728FC3; }
a { background-color: rgb(114,143,195); }
div.DivClassName
{
background-color: #728FC3;
}
.BgClassName
{
background-color: #728FC3;
}
</style>
border-color css
<style>
span { border-color: #728FC3; }
span { border-color: rgb(114,143,195); }
td.TdClassName
{
border-color: #728FC3;
}
.TagClassName
{
border-color: #728FC3;
}
</style>