Shades of Wild Blue Yonder #748EC0
Tints of Wild Blue Yonder #748EC0
RGB
CMYK
RGB Variations
Color information
#748EC0 (or 0x748EC0) is known color: Wild Blue Yonder. HEX triplet: 74, 8E and C0. RGB value is (116,142,192). Sum of RGB (Red+Green+Blue) = 116+142+192=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #748EC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748EC0 is #8B713F. Grayscale: #8B8B8B. Windows color (decimal): -9138496 or 12619380. OLE color: 12619380.
HSL color Cylindrical-coordinate representation of color #748EC0: hue angle of 219.47º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #748EC0 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 142 | 192 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.25 |
| HSL | 219.47º | 0.38% | 0.6% | - |
| HSV(B) | 219.47º | 0.4% | 0.75% | - |
| XYZ | 26.39 | 26.86 | 53.66 | - |
| YUV | 139.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 192 | 0.40 | 0.26 | 0 | 0.25 | 219.47 | 0.38 | 0.6 |
| Hex | 74 | 8E | C0 | 28 | 1A | 0 | 19 | DB | 26 | 3C |
| Octal | 164 | 216 | 300 | 50 | 32 | 0 | 31 | 333 | 46 | 74 |
| Binary | 1110100 | 10001110 | 11000000 | 101000 | 11010 | 0 | 11001 | 11011011 | 100110 | 111100 |
Color Harmonies of #748EC0
Complementary color
Monochromatic Colors of #748EC0
Black with #748EC0
Text Example
Text Example
White with #748EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748EC0; }
p { color: rgb(116,142,192); }
H1.HeaderClassName
{
color: #748EC0;
}
.AnyTagClassName
{
color: #748EC0;
}
</style>
background-color css
<style>
a { background-color: #748EC0; }
a { background-color: rgb(116,142,192); }
div.DivClassName
{
background-color: #748EC0;
}
.BgClassName
{
background-color: #748EC0;
}
</style>
border-color css
<style>
span { border-color: #748EC0; }
span { border-color: rgb(116,142,192); }
td.TdClassName
{
border-color: #748EC0;
}
.TagClassName
{
border-color: #748EC0;
}
</style>