Shades of Wild Blue Yonder #727CC1
Tints of Wild Blue Yonder #727CC1
RGB
CMYK
RGB Variations
Color information
#727CC1 (or 0x727CC1) is known color: Wild Blue Yonder. HEX triplet: 72, 7C and C1. RGB value is (114,124,193). Sum of RGB (Red+Green+Blue) = 114+124+193=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 193 - color contains mainly: blue. Hex color #727CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CC1 is #8D833E. Grayscale: #808080. Windows color (decimal): -9274175 or 12680306. OLE color: 12680306.
HSL color Cylindrical-coordinate representation of color #727CC1: hue angle of 232.41º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #727CC1 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 124 | 193 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.24 |
| HSL | 232.41º | 0.39% | 0.6% | - |
| HSV(B) | 232.41º | 0.41% | 0.76% | - |
| XYZ | 23.77 | 21.84 | 53.42 | - |
| YUV | 128.88 | 164.19 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 193 | 0.41 | 0.36 | 0 | 0.24 | 232.41 | 0.39 | 0.6 |
| Hex | 72 | 7C | C1 | 29 | 24 | 0 | 18 | E8 | 27 | 3C |
| Octal | 162 | 174 | 301 | 51 | 44 | 0 | 30 | 350 | 47 | 74 |
| Binary | 1110010 | 1111100 | 11000001 | 101001 | 100100 | 0 | 11000 | 11101000 | 100111 | 111100 |
Color Harmonies of #727CC1
Complementary color
Monochromatic Colors of #727CC1
Black with #727CC1
Text Example
Text Example
White with #727CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727CC1; }
p { color: rgb(114,124,193); }
H1.HeaderClassName
{
color: #727CC1;
}
.AnyTagClassName
{
color: #727CC1;
}
</style>
background-color css
<style>
a { background-color: #727CC1; }
a { background-color: rgb(114,124,193); }
div.DivClassName
{
background-color: #727CC1;
}
.BgClassName
{
background-color: #727CC1;
}
</style>
border-color css
<style>
span { border-color: #727CC1; }
span { border-color: rgb(114,124,193); }
td.TdClassName
{
border-color: #727CC1;
}
.TagClassName
{
border-color: #727CC1;
}
</style>