Shades of Wild Blue Yonder #748BD1
Tints of Wild Blue Yonder #748BD1
RGB
CMYK
RGB Variations
Color information
#748BD1 (or 0x748BD1) is known color: Wild Blue Yonder. HEX triplet: 74, 8B and D1. RGB value is (116,139,209). Sum of RGB (Red+Green+Blue) = 116+139+209=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #748BD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748BD1 is #8B742E. Grayscale: #8B8B8B. Windows color (decimal): -9139247 or 13732724. OLE color: 13732724.
HSL color Cylindrical-coordinate representation of color #748BD1: hue angle of 225.16º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #748BD1 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 139 | 209 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.18 |
| HSL | 225.16º | 0.5% | 0.64% | - |
| HSV(B) | 225.16º | 0.44% | 0.82% | - |
| XYZ | 27.94 | 26.78 | 64.02 | - |
| YUV | 140.1 | 166.88 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 209 | 0.44 | 0.33 | 0 | 0.18 | 225.16 | 0.5 | 0.64 |
| Hex | 74 | 8B | D1 | 2C | 21 | 0 | 12 | E1 | 32 | 40 |
| Octal | 164 | 213 | 321 | 54 | 41 | 0 | 22 | 341 | 62 | 100 |
| Binary | 1110100 | 10001011 | 11010001 | 101100 | 100001 | 0 | 10010 | 11100001 | 110010 | 1000000 |
Color Harmonies of #748BD1
Complementary color
Monochromatic Colors of #748BD1
Black with #748BD1
Text Example
Text Example
White with #748BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748BD1; }
p { color: rgb(116,139,209); }
H1.HeaderClassName
{
color: #748BD1;
}
.AnyTagClassName
{
color: #748BD1;
}
</style>
background-color css
<style>
a { background-color: #748BD1; }
a { background-color: rgb(116,139,209); }
div.DivClassName
{
background-color: #748BD1;
}
.BgClassName
{
background-color: #748BD1;
}
</style>
border-color css
<style>
span { border-color: #748BD1; }
span { border-color: rgb(116,139,209); }
td.TdClassName
{
border-color: #748BD1;
}
.TagClassName
{
border-color: #748BD1;
}
</style>