Shades of Wild Blue Yonder #727BC9
Tints of Wild Blue Yonder #727BC9
RGB
CMYK
RGB Variations
Color information
#727BC9 (or 0x727BC9) is known color: Wild Blue Yonder. HEX triplet: 72, 7B and C9. RGB value is (114,123,201). Sum of RGB (Red+Green+Blue) = 114+123+201=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 201 - color contains mainly: blue. Hex color #727BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BC9 is #8D8436. Grayscale: #808080. Windows color (decimal): -9274423 or 13204338. OLE color: 13204338.
HSL color Cylindrical-coordinate representation of color #727BC9: hue angle of 233.79º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #727BC9 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 123 | 201 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.21 |
| HSL | 233.79º | 0.45% | 0.62% | - |
| HSV(B) | 233.79º | 0.43% | 0.79% | - |
| XYZ | 24.57 | 21.96 | 58.2 | - |
| YUV | 129.2 | 168.52 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 201 | 0.43 | 0.39 | 0 | 0.21 | 233.79 | 0.45 | 0.62 |
| Hex | 72 | 7B | C9 | 2B | 27 | 0 | 15 | EA | 2D | 3E |
| Octal | 162 | 173 | 311 | 53 | 47 | 0 | 25 | 352 | 55 | 76 |
| Binary | 1110010 | 1111011 | 11001001 | 101011 | 100111 | 0 | 10101 | 11101010 | 101101 | 111110 |
Color Harmonies of #727BC9
Complementary color
Monochromatic Colors of #727BC9
Black with #727BC9
Text Example
Text Example
White with #727BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727BC9; }
p { color: rgb(114,123,201); }
H1.HeaderClassName
{
color: #727BC9;
}
.AnyTagClassName
{
color: #727BC9;
}
</style>
background-color css
<style>
a { background-color: #727BC9; }
a { background-color: rgb(114,123,201); }
div.DivClassName
{
background-color: #727BC9;
}
.BgClassName
{
background-color: #727BC9;
}
</style>
border-color css
<style>
span { border-color: #727BC9; }
span { border-color: rgb(114,123,201); }
td.TdClassName
{
border-color: #727BC9;
}
.TagClassName
{
border-color: #727BC9;
}
</style>