Shades of Wild Blue Yonder #748BC9
Tints of Wild Blue Yonder #748BC9
RGB
CMYK
RGB Variations
Color information
#748BC9 (or 0x748BC9) is known color: Wild Blue Yonder. HEX triplet: 74, 8B and C9. RGB value is (116,139,201). Sum of RGB (Red+Green+Blue) = 116+139+201=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #748BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748BC9 is #8B7436. Grayscale: #8A8A8A. Windows color (decimal): -9139255 or 13208436. OLE color: 13208436.
HSL color Cylindrical-coordinate representation of color #748BC9: hue angle of 223.76º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #748BC9 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 139 | 201 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.21 |
| HSL | 223.76º | 0.44% | 0.62% | - |
| HSV(B) | 223.76º | 0.42% | 0.79% | - |
| XYZ | 26.98 | 26.4 | 58.93 | - |
| YUV | 139.19 | 162.88 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 201 | 0.42 | 0.31 | 0 | 0.21 | 223.76 | 0.44 | 0.62 |
| Hex | 74 | 8B | C9 | 2A | 1F | 0 | 15 | E0 | 2C | 3E |
| Octal | 164 | 213 | 311 | 52 | 37 | 0 | 25 | 340 | 54 | 76 |
| Binary | 1110100 | 10001011 | 11001001 | 101010 | 11111 | 0 | 10101 | 11100000 | 101100 | 111110 |
Color Harmonies of #748BC9
Complementary color
Monochromatic Colors of #748BC9
Black with #748BC9
Text Example
Text Example
White with #748BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748BC9; }
p { color: rgb(116,139,201); }
H1.HeaderClassName
{
color: #748BC9;
}
.AnyTagClassName
{
color: #748BC9;
}
</style>
background-color css
<style>
a { background-color: #748BC9; }
a { background-color: rgb(116,139,201); }
div.DivClassName
{
background-color: #748BC9;
}
.BgClassName
{
background-color: #748BC9;
}
</style>
border-color css
<style>
span { border-color: #748BC9; }
span { border-color: rgb(116,139,201); }
td.TdClassName
{
border-color: #748BC9;
}
.TagClassName
{
border-color: #748BC9;
}
</style>