Shades of Wild Blue Yonder #748ABB
Tints of Wild Blue Yonder #748ABB
RGB
CMYK
RGB Variations
Color information
#748ABB (or 0x748ABB) is known color: Wild Blue Yonder. HEX triplet: 74, 8A and BB. RGB value is (116,138,187). Sum of RGB (Red+Green+Blue) = 116+138+187=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #748ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748ABB is #8B7544. Grayscale: #888888. Windows color (decimal): -9139525 or 12290676. OLE color: 12290676.
HSL color Cylindrical-coordinate representation of color #748ABB: hue angle of 221.41º 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 #748ABB is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 138 | 187 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.27 |
| HSL | 221.41º | 0.34% | 0.59% | - |
| HSV(B) | 221.41º | 0.38% | 0.73% | - |
| XYZ | 25.26 | 25.48 | 50.6 | - |
| YUV | 137.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 187 | 0.38 | 0.26 | 0 | 0.27 | 221.41 | 0.34 | 0.59 |
| Hex | 74 | 8A | BB | 26 | 1A | 0 | 1B | DD | 22 | 3B |
| Octal | 164 | 212 | 273 | 46 | 32 | 0 | 33 | 335 | 42 | 73 |
| Binary | 1110100 | 10001010 | 10111011 | 100110 | 11010 | 0 | 11011 | 11011101 | 100010 | 111011 |
Color Harmonies of #748ABB
Complementary color
Monochromatic Colors of #748ABB
Black with #748ABB
Text Example
Text Example
White with #748ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748ABB; }
p { color: rgb(116,138,187); }
H1.HeaderClassName
{
color: #748ABB;
}
.AnyTagClassName
{
color: #748ABB;
}
</style>
background-color css
<style>
a { background-color: #748ABB; }
a { background-color: rgb(116,138,187); }
div.DivClassName
{
background-color: #748ABB;
}
.BgClassName
{
background-color: #748ABB;
}
</style>
border-color css
<style>
span { border-color: #748ABB; }
span { border-color: rgb(116,138,187); }
td.TdClassName
{
border-color: #748ABB;
}
.TagClassName
{
border-color: #748ABB;
}
</style>