Shades of Wild Blue Yonder #728CCA
Tints of Wild Blue Yonder #728CCA
RGB
CMYK
RGB Variations
Color information
#728CCA (or 0x728CCA) is known color: Wild Blue Yonder. HEX triplet: 72, 8C and CA. RGB value is (114,140,202). Sum of RGB (Red+Green+Blue) = 114+140+202=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #728CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CCA is #8D7335. Grayscale: #8B8B8B. Windows color (decimal): -9270070 or 13274226. OLE color: 13274226.
HSL color Cylindrical-coordinate representation of color #728CCA: hue angle of 222.27º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #728CCA is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 140 | 202 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.21 |
| HSL | 222.27º | 0.45% | 0.62% | - |
| HSV(B) | 222.27º | 0.44% | 0.79% | - |
| XYZ | 26.98 | 26.6 | 59.59 | - |
| YUV | 139.29 | 163.39 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 202 | 0.44 | 0.31 | 0 | 0.21 | 222.27 | 0.45 | 0.62 |
| Hex | 72 | 8C | CA | 2C | 1F | 0 | 15 | DE | 2D | 3E |
| Octal | 162 | 214 | 312 | 54 | 37 | 0 | 25 | 336 | 55 | 76 |
| Binary | 1110010 | 10001100 | 11001010 | 101100 | 11111 | 0 | 10101 | 11011110 | 101101 | 111110 |
Color Harmonies of #728CCA
Complementary color
Monochromatic Colors of #728CCA
Black with #728CCA
Text Example
Text Example
White with #728CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CCA; }
p { color: rgb(114,140,202); }
H1.HeaderClassName
{
color: #728CCA;
}
.AnyTagClassName
{
color: #728CCA;
}
</style>
background-color css
<style>
a { background-color: #728CCA; }
a { background-color: rgb(114,140,202); }
div.DivClassName
{
background-color: #728CCA;
}
.BgClassName
{
background-color: #728CCA;
}
</style>
border-color css
<style>
span { border-color: #728CCA; }
span { border-color: rgb(114,140,202); }
td.TdClassName
{
border-color: #728CCA;
}
.TagClassName
{
border-color: #728CCA;
}
</style>