Shades of Wild Blue Yonder #727DCA
Tints of Wild Blue Yonder #727DCA
RGB
CMYK
RGB Variations
Color information
#727DCA (or 0x727DCA) is known color: Wild Blue Yonder. HEX triplet: 72, 7D and CA. RGB value is (114,125,202). Sum of RGB (Red+Green+Blue) = 114+125+202=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #727DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727DCA is #8D8235. Grayscale: #828282. Windows color (decimal): -9273910 or 13270386. OLE color: 13270386.
HSL color Cylindrical-coordinate representation of color #727DCA: hue angle of 232.5º 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 #727DCA is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 125 | 202 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.21 |
| HSL | 232.5º | 0.45% | 0.62% | - |
| HSV(B) | 232.5º | 0.44% | 0.79% | - |
| XYZ | 24.93 | 22.51 | 58.91 | - |
| YUV | 130.49 | 168.36 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 125 | 202 | 0.44 | 0.38 | 0 | 0.21 | 232.5 | 0.45 | 0.62 |
| Hex | 72 | 7D | CA | 2C | 26 | 0 | 15 | E8 | 2D | 3E |
| Octal | 162 | 175 | 312 | 54 | 46 | 0 | 25 | 350 | 55 | 76 |
| Binary | 1110010 | 1111101 | 11001010 | 101100 | 100110 | 0 | 10101 | 11101000 | 101101 | 111110 |
Color Harmonies of #727DCA
Complementary color
Monochromatic Colors of #727DCA
Black with #727DCA
Text Example
Text Example
White with #727DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727DCA; }
p { color: rgb(114,125,202); }
H1.HeaderClassName
{
color: #727DCA;
}
.AnyTagClassName
{
color: #727DCA;
}
</style>
background-color css
<style>
a { background-color: #727DCA; }
a { background-color: rgb(114,125,202); }
div.DivClassName
{
background-color: #727DCA;
}
.BgClassName
{
background-color: #727DCA;
}
</style>
border-color css
<style>
span { border-color: #727DCA; }
span { border-color: rgb(114,125,202); }
td.TdClassName
{
border-color: #727DCA;
}
.TagClassName
{
border-color: #727DCA;
}
</style>