Shades of Wild Blue Yonder #747FCC
Tints of Wild Blue Yonder #747FCC
RGB
CMYK
RGB Variations
Color information
#747FCC (or 0x747FCC) is known color: Wild Blue Yonder. HEX triplet: 74, 7F and CC. RGB value is (116,127,204). Sum of RGB (Red+Green+Blue) = 116+127+204=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #747FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747FCC is #8B8033. Grayscale: #848484. Windows color (decimal): -9142324 or 13401972. OLE color: 13401972.
HSL color Cylindrical-coordinate representation of color #747FCC: hue angle of 232.5º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #747FCC is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 127 | 204 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.2 |
| HSL | 232.5º | 0.46% | 0.63% | - |
| HSV(B) | 232.5º | 0.43% | 0.8% | - |
| XYZ | 25.69 | 23.25 | 60.26 | - |
| YUV | 132.49 | 168.36 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 204 | 0.43 | 0.38 | 0 | 0.2 | 232.5 | 0.46 | 0.63 |
| Hex | 74 | 7F | CC | 2B | 26 | 0 | 14 | E8 | 2E | 3F |
| Octal | 164 | 177 | 314 | 53 | 46 | 0 | 24 | 350 | 56 | 77 |
| Binary | 1110100 | 1111111 | 11001100 | 101011 | 100110 | 0 | 10100 | 11101000 | 101110 | 111111 |
Color Harmonies of #747FCC
Complementary color
Monochromatic Colors of #747FCC
Black with #747FCC
Text Example
Text Example
White with #747FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747FCC; }
p { color: rgb(116,127,204); }
H1.HeaderClassName
{
color: #747FCC;
}
.AnyTagClassName
{
color: #747FCC;
}
</style>
background-color css
<style>
a { background-color: #747FCC; }
a { background-color: rgb(116,127,204); }
div.DivClassName
{
background-color: #747FCC;
}
.BgClassName
{
background-color: #747FCC;
}
</style>
border-color css
<style>
span { border-color: #747FCC; }
span { border-color: rgb(116,127,204); }
td.TdClassName
{
border-color: #747FCC;
}
.TagClassName
{
border-color: #747FCC;
}
</style>