Shades of Wild Blue Yonder #727BC8
Tints of Wild Blue Yonder #727BC8
RGB
CMYK
RGB Variations
Color information
#727BC8 (or 0x727BC8) is known color: Wild Blue Yonder. HEX triplet: 72, 7B and C8. RGB value is (114,123,200). Sum of RGB (Red+Green+Blue) = 114+123+200=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 200 - color contains mainly: blue. Hex color #727BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BC8 is #8D8437. Grayscale: #808080. Windows color (decimal): -9274424 or 13138802. OLE color: 13138802.
HSL color Cylindrical-coordinate representation of color #727BC8: hue angle of 233.72º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #727BC8 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 123 | 200 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.22 |
| HSL | 233.72º | 0.44% | 0.62% | - |
| HSV(B) | 233.72º | 0.43% | 0.78% | - |
| XYZ | 24.45 | 21.91 | 57.58 | - |
| YUV | 129.09 | 168.02 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 200 | 0.43 | 0.38 | 0 | 0.22 | 233.72 | 0.44 | 0.62 |
| Hex | 72 | 7B | C8 | 2B | 26 | 0 | 16 | EA | 2C | 3E |
| Octal | 162 | 173 | 310 | 53 | 46 | 0 | 26 | 352 | 54 | 76 |
| Binary | 1110010 | 1111011 | 11001000 | 101011 | 100110 | 0 | 10110 | 11101010 | 101100 | 111110 |
Color Harmonies of #727BC8
Complementary color
Monochromatic Colors of #727BC8
Black with #727BC8
Text Example
Text Example
White with #727BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727BC8; }
p { color: rgb(114,123,200); }
H1.HeaderClassName
{
color: #727BC8;
}
.AnyTagClassName
{
color: #727BC8;
}
</style>
background-color css
<style>
a { background-color: #727BC8; }
a { background-color: rgb(114,123,200); }
div.DivClassName
{
background-color: #727BC8;
}
.BgClassName
{
background-color: #727BC8;
}
</style>
border-color css
<style>
span { border-color: #727BC8; }
span { border-color: rgb(114,123,200); }
td.TdClassName
{
border-color: #727BC8;
}
.TagClassName
{
border-color: #727BC8;
}
</style>