Shades of Wild Blue Yonder #727DB3
Tints of Wild Blue Yonder #727DB3
RGB
CMYK
RGB Variations
Color information
#727DB3 (or 0x727DB3) is known color: Wild Blue Yonder. HEX triplet: 72, 7D and B3. RGB value is (114,125,179). Sum of RGB (Red+Green+Blue) = 114+125+179=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 179 - color contains mainly: blue. Hex color #727DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727DB3 is #8D824C. Grayscale: #7F7F7F. Windows color (decimal): -9273933 or 11763058. OLE color: 11763058.
HSL color Cylindrical-coordinate representation of color #727DB3: hue angle of 229.85º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #727DB3 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 125 | 179 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.30 |
| HSL | 229.85º | 0.3% | 0.57% | - |
| HSV(B) | 229.85º | 0.36% | 0.7% | - |
| XYZ | 22.41 | 21.5 | 45.62 | - |
| YUV | 127.87 | 156.86 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 125 | 179 | 0.36 | 0.30 | 0 | 0.30 | 229.85 | 0.3 | 0.57 |
| Hex | 72 | 7D | B3 | 24 | 1E | 0 | 1E | E6 | 1E | 39 |
| Octal | 162 | 175 | 263 | 44 | 36 | 0 | 36 | 346 | 36 | 71 |
| Binary | 1110010 | 1111101 | 10110011 | 100100 | 11110 | 0 | 11110 | 11100110 | 11110 | 111001 |
Color Harmonies of #727DB3
Complementary color
Monochromatic Colors of #727DB3
Black with #727DB3
Text Example
Text Example
White with #727DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727DB3; }
p { color: rgb(114,125,179); }
H1.HeaderClassName
{
color: #727DB3;
}
.AnyTagClassName
{
color: #727DB3;
}
</style>
background-color css
<style>
a { background-color: #727DB3; }
a { background-color: rgb(114,125,179); }
div.DivClassName
{
background-color: #727DB3;
}
.BgClassName
{
background-color: #727DB3;
}
</style>
border-color css
<style>
span { border-color: #727DB3; }
span { border-color: rgb(114,125,179); }
td.TdClassName
{
border-color: #727DB3;
}
.TagClassName
{
border-color: #727DB3;
}
</style>