Shades of Wild Blue Yonder #748EBA
Tints of Wild Blue Yonder #748EBA
RGB
CMYK
RGB Variations
Color information
#748EBA (or 0x748EBA) is known color: Wild Blue Yonder. HEX triplet: 74, 8E and BA. RGB value is (116,142,186). Sum of RGB (Red+Green+Blue) = 116+142+186=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #748EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748EBA is #8B7145. Grayscale: #8B8B8B. Windows color (decimal): -9138502 or 12226164. OLE color: 12226164.
HSL color Cylindrical-coordinate representation of color #748EBA: hue angle of 217.71º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #748EBA is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 142 | 186 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.27 |
| HSL | 217.71º | 0.34% | 0.59% | - |
| HSV(B) | 217.71º | 0.38% | 0.73% | - |
| XYZ | 25.74 | 26.6 | 50.23 | - |
| YUV | 139.24 | 154.39 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 186 | 0.38 | 0.24 | 0 | 0.27 | 217.71 | 0.34 | 0.59 |
| Hex | 74 | 8E | BA | 26 | 18 | 0 | 1B | DA | 22 | 3B |
| Octal | 164 | 216 | 272 | 46 | 30 | 0 | 33 | 332 | 42 | 73 |
| Binary | 1110100 | 10001110 | 10111010 | 100110 | 11000 | 0 | 11011 | 11011010 | 100010 | 111011 |
Color Harmonies of #748EBA
Complementary color
Monochromatic Colors of #748EBA
Black with #748EBA
Text Example
Text Example
White with #748EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748EBA; }
p { color: rgb(116,142,186); }
H1.HeaderClassName
{
color: #748EBA;
}
.AnyTagClassName
{
color: #748EBA;
}
</style>
background-color css
<style>
a { background-color: #748EBA; }
a { background-color: rgb(116,142,186); }
div.DivClassName
{
background-color: #748EBA;
}
.BgClassName
{
background-color: #748EBA;
}
</style>
border-color css
<style>
span { border-color: #748EBA; }
span { border-color: rgb(116,142,186); }
td.TdClassName
{
border-color: #748EBA;
}
.TagClassName
{
border-color: #748EBA;
}
</style>