Shades of Wild Blue Yonder #728ACF
Tints of Wild Blue Yonder #728ACF
RGB
CMYK
RGB Variations
Color information
#728ACF (or 0x728ACF) is known color: Wild Blue Yonder. HEX triplet: 72, 8A and CF. RGB value is (114,138,207). Sum of RGB (Red+Green+Blue) = 114+138+207=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #728ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ACF is #8D7530. Grayscale: #8A8A8A. Windows color (decimal): -9270577 or 13601394. OLE color: 13601394.
HSL color Cylindrical-coordinate representation of color #728ACF: hue angle of 224.52º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #728ACF is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 138 | 207 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.19 |
| HSL | 224.52º | 0.49% | 0.63% | - |
| HSV(B) | 224.52º | 0.45% | 0.81% | - |
| XYZ | 27.29 | 26.26 | 62.66 | - |
| YUV | 138.69 | 166.55 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 207 | 0.45 | 0.33 | 0 | 0.19 | 224.52 | 0.49 | 0.63 |
| Hex | 72 | 8A | CF | 2D | 21 | 0 | 13 | E1 | 31 | 3F |
| Octal | 162 | 212 | 317 | 55 | 41 | 0 | 23 | 341 | 61 | 77 |
| Binary | 1110010 | 10001010 | 11001111 | 101101 | 100001 | 0 | 10011 | 11100001 | 110001 | 111111 |
Color Harmonies of #728ACF
Complementary color
Monochromatic Colors of #728ACF
Black with #728ACF
Text Example
Text Example
White with #728ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728ACF; }
p { color: rgb(114,138,207); }
H1.HeaderClassName
{
color: #728ACF;
}
.AnyTagClassName
{
color: #728ACF;
}
</style>
background-color css
<style>
a { background-color: #728ACF; }
a { background-color: rgb(114,138,207); }
div.DivClassName
{
background-color: #728ACF;
}
.BgClassName
{
background-color: #728ACF;
}
</style>
border-color css
<style>
span { border-color: #728ACF; }
span { border-color: rgb(114,138,207); }
td.TdClassName
{
border-color: #728ACF;
}
.TagClassName
{
border-color: #728ACF;
}
</style>