Shades of Wild Blue Yonder #747BBF
Tints of Wild Blue Yonder #747BBF
RGB
CMYK
RGB Variations
Color information
#747BBF (or 0x747BBF) is known color: Wild Blue Yonder. HEX triplet: 74, 7B and BF. RGB value is (116,123,191). Sum of RGB (Red+Green+Blue) = 116+123+191=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #747BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BBF is #8B8440. Grayscale: #808080. Windows color (decimal): -9143361 or 12548980. OLE color: 12548980.
HSL color Cylindrical-coordinate representation of color #747BBF: hue angle of 234.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #747BBF is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 123 | 191 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.25 |
| HSL | 234.4º | 0.37% | 0.6% | - |
| HSV(B) | 234.4º | 0.39% | 0.75% | - |
| XYZ | 23.69 | 21.64 | 52.22 | - |
| YUV | 128.66 | 163.18 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 191 | 0.39 | 0.36 | 0 | 0.25 | 234.4 | 0.37 | 0.6 |
| Hex | 74 | 7B | BF | 27 | 24 | 0 | 19 | EA | 25 | 3C |
| Octal | 164 | 173 | 277 | 47 | 44 | 0 | 31 | 352 | 45 | 74 |
| Binary | 1110100 | 1111011 | 10111111 | 100111 | 100100 | 0 | 11001 | 11101010 | 100101 | 111100 |
Color Harmonies of #747BBF
Complementary color
Monochromatic Colors of #747BBF
Black with #747BBF
Text Example
Text Example
White with #747BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747BBF; }
p { color: rgb(116,123,191); }
H1.HeaderClassName
{
color: #747BBF;
}
.AnyTagClassName
{
color: #747BBF;
}
</style>
background-color css
<style>
a { background-color: #747BBF; }
a { background-color: rgb(116,123,191); }
div.DivClassName
{
background-color: #747BBF;
}
.BgClassName
{
background-color: #747BBF;
}
</style>
border-color css
<style>
span { border-color: #747BBF; }
span { border-color: rgb(116,123,191); }
td.TdClassName
{
border-color: #747BBF;
}
.TagClassName
{
border-color: #747BBF;
}
</style>