Shades of Wild Blue Yonder #748AB9
Tints of Wild Blue Yonder #748AB9
RGB
CMYK
RGB Variations
Color information
#748AB9 (or 0x748AB9) is known color: Wild Blue Yonder. HEX triplet: 74, 8A and B9. RGB value is (116,138,185). Sum of RGB (Red+Green+Blue) = 116+138+185=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 185 - color contains mainly: blue. Hex color #748AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748AB9 is #8B7546. Grayscale: #888888. Windows color (decimal): -9139527 or 12159604. OLE color: 12159604.
HSL color Cylindrical-coordinate representation of color #748AB9: hue angle of 220.87º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #748AB9 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 138 | 185 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.27 |
| HSL | 220.87º | 0.33% | 0.59% | - |
| HSV(B) | 220.87º | 0.37% | 0.73% | - |
| XYZ | 25.05 | 25.39 | 49.48 | - |
| YUV | 136.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 185 | 0.37 | 0.25 | 0 | 0.27 | 220.87 | 0.33 | 0.59 |
| Hex | 74 | 8A | B9 | 25 | 19 | 0 | 1B | DD | 21 | 3B |
| Octal | 164 | 212 | 271 | 45 | 31 | 0 | 33 | 335 | 41 | 73 |
| Binary | 1110100 | 10001010 | 10111001 | 100101 | 11001 | 0 | 11011 | 11011101 | 100001 | 111011 |
Color Harmonies of #748AB9
Complementary color
Monochromatic Colors of #748AB9
Black with #748AB9
Text Example
Text Example
White with #748AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748AB9; }
p { color: rgb(116,138,185); }
H1.HeaderClassName
{
color: #748AB9;
}
.AnyTagClassName
{
color: #748AB9;
}
</style>
background-color css
<style>
a { background-color: #748AB9; }
a { background-color: rgb(116,138,185); }
div.DivClassName
{
background-color: #748AB9;
}
.BgClassName
{
background-color: #748AB9;
}
</style>
border-color css
<style>
span { border-color: #748AB9; }
span { border-color: rgb(116,138,185); }
td.TdClassName
{
border-color: #748AB9;
}
.TagClassName
{
border-color: #748AB9;
}
</style>