Shades of Wild Blue Yonder #748BBF
Tints of Wild Blue Yonder #748BBF
RGB
CMYK
RGB Variations
Color information
#748BBF (or 0x748BBF) is known color: Wild Blue Yonder. HEX triplet: 74, 8B and BF. RGB value is (116,139,191). Sum of RGB (Red+Green+Blue) = 116+139+191=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #748BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748BBF is #8B7440. Grayscale: #898989. Windows color (decimal): -9139265 or 12553076. OLE color: 12553076.
HSL color Cylindrical-coordinate representation of color #748BBF: hue angle of 221.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #748BBF is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 139 | 191 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.25 |
| HSL | 221.6º | 0.37% | 0.6% | - |
| HSV(B) | 221.6º | 0.39% | 0.75% | - |
| XYZ | 25.84 | 25.94 | 52.94 | - |
| YUV | 138.05 | 157.88 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 191 | 0.39 | 0.27 | 0 | 0.25 | 221.6 | 0.37 | 0.6 |
| Hex | 74 | 8B | BF | 27 | 1B | 0 | 19 | DE | 25 | 3C |
| Octal | 164 | 213 | 277 | 47 | 33 | 0 | 31 | 336 | 45 | 74 |
| Binary | 1110100 | 10001011 | 10111111 | 100111 | 11011 | 0 | 11001 | 11011110 | 100101 | 111100 |
Color Harmonies of #748BBF
Complementary color
Monochromatic Colors of #748BBF
Black with #748BBF
Text Example
Text Example
White with #748BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748BBF; }
p { color: rgb(116,139,191); }
H1.HeaderClassName
{
color: #748BBF;
}
.AnyTagClassName
{
color: #748BBF;
}
</style>
background-color css
<style>
a { background-color: #748BBF; }
a { background-color: rgb(116,139,191); }
div.DivClassName
{
background-color: #748BBF;
}
.BgClassName
{
background-color: #748BBF;
}
</style>
border-color css
<style>
span { border-color: #748BBF; }
span { border-color: rgb(116,139,191); }
td.TdClassName
{
border-color: #748BBF;
}
.TagClassName
{
border-color: #748BBF;
}
</style>