Shades of Wild Blue Yonder #727FD3
Tints of Wild Blue Yonder #727FD3
RGB
CMYK
RGB Variations
Color information
#727FD3 (or 0x727FD3) is known color: Wild Blue Yonder. HEX triplet: 72, 7F and D3. RGB value is (114,127,211). Sum of RGB (Red+Green+Blue) = 114+127+211=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 211 (82.81% from 255 or 46.68% from 452); Max value from RGB is 211 - color contains mainly: blue. Hex color #727FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FD3 is #8D802C. Grayscale: #848484. Windows color (decimal): -9273389 or 13860722. OLE color: 13860722.
HSL color Cylindrical-coordinate representation of color #727FD3: hue angle of 231.96º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #727FD3 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 127 | 211 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.17 |
| HSL | 231.96º | 0.52% | 0.64% | - |
| HSV(B) | 231.96º | 0.46% | 0.83% | - |
| XYZ | 26.29 | 23.46 | 64.77 | - |
| YUV | 132.69 | 172.19 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 211 | 0.46 | 0.40 | 0 | 0.17 | 231.96 | 0.52 | 0.64 |
| Hex | 72 | 7F | D3 | 2E | 28 | 0 | 11 | E8 | 34 | 40 |
| Octal | 162 | 177 | 323 | 56 | 50 | 0 | 21 | 350 | 64 | 100 |
| Binary | 1110010 | 1111111 | 11010011 | 101110 | 101000 | 0 | 10001 | 11101000 | 110100 | 1000000 |
Color Harmonies of #727FD3
Complementary color
Monochromatic Colors of #727FD3
Black with #727FD3
Text Example
Text Example
White with #727FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727FD3; }
p { color: rgb(114,127,211); }
H1.HeaderClassName
{
color: #727FD3;
}
.AnyTagClassName
{
color: #727FD3;
}
</style>
background-color css
<style>
a { background-color: #727FD3; }
a { background-color: rgb(114,127,211); }
div.DivClassName
{
background-color: #727FD3;
}
.BgClassName
{
background-color: #727FD3;
}
</style>
border-color css
<style>
span { border-color: #727FD3; }
span { border-color: rgb(114,127,211); }
td.TdClassName
{
border-color: #727FD3;
}
.TagClassName
{
border-color: #727FD3;
}
</style>