Shades of Wild Blue Yonder #728CCD
Tints of Wild Blue Yonder #728CCD
RGB
CMYK
RGB Variations
Color information
#728CCD (or 0x728CCD) is known color: Wild Blue Yonder. HEX triplet: 72, 8C and CD. RGB value is (114,140,205). Sum of RGB (Red+Green+Blue) = 114+140+205=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #728CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CCD is #8D7332. Grayscale: #8B8B8B. Windows color (decimal): -9270067 or 13470834. OLE color: 13470834.
HSL color Cylindrical-coordinate representation of color #728CCD: hue angle of 222.86º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #728CCD is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 140 | 205 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.20 |
| HSL | 222.86º | 0.48% | 0.63% | - |
| HSV(B) | 222.86º | 0.44% | 0.8% | - |
| XYZ | 27.34 | 26.74 | 61.48 | - |
| YUV | 139.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 205 | 0.44 | 0.32 | 0 | 0.20 | 222.86 | 0.48 | 0.63 |
| Hex | 72 | 8C | CD | 2C | 20 | 0 | 14 | DF | 30 | 3F |
| Octal | 162 | 214 | 315 | 54 | 40 | 0 | 24 | 337 | 60 | 77 |
| Binary | 1110010 | 10001100 | 11001101 | 101100 | 100000 | 0 | 10100 | 11011111 | 110000 | 111111 |
Color Harmonies of #728CCD
Complementary color
Monochromatic Colors of #728CCD
Black with #728CCD
Text Example
Text Example
White with #728CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CCD; }
p { color: rgb(114,140,205); }
H1.HeaderClassName
{
color: #728CCD;
}
.AnyTagClassName
{
color: #728CCD;
}
</style>
background-color css
<style>
a { background-color: #728CCD; }
a { background-color: rgb(114,140,205); }
div.DivClassName
{
background-color: #728CCD;
}
.BgClassName
{
background-color: #728CCD;
}
</style>
border-color css
<style>
span { border-color: #728CCD; }
span { border-color: rgb(114,140,205); }
td.TdClassName
{
border-color: #728CCD;
}
.TagClassName
{
border-color: #728CCD;
}
</style>