Shades of Wild Blue Yonder #748BC7
Tints of Wild Blue Yonder #748BC7
RGB
CMYK
RGB Variations
Color information
#748BC7 (or 0x748BC7) is known color: Wild Blue Yonder. HEX triplet: 74, 8B and C7. RGB value is (116,139,199). Sum of RGB (Red+Green+Blue) = 116+139+199=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 199 (78.12% from 255 or 43.83% from 454); Max value from RGB is 199 - color contains mainly: blue. Hex color #748BC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748BC7 is #8B7438. Grayscale: #8A8A8A. Windows color (decimal): -9139257 or 13077364. OLE color: 13077364.
HSL color Cylindrical-coordinate representation of color #748BC7: hue angle of 223.37º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #748BC7 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 139 | 199 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.22 |
| HSL | 223.37º | 0.43% | 0.62% | - |
| HSV(B) | 223.37º | 0.42% | 0.78% | - |
| XYZ | 26.74 | 26.3 | 57.7 | - |
| YUV | 138.96 | 161.88 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 199 | 0.42 | 0.30 | 0 | 0.22 | 223.37 | 0.43 | 0.62 |
| Hex | 74 | 8B | C7 | 2A | 1E | 0 | 16 | DF | 2B | 3E |
| Octal | 164 | 213 | 307 | 52 | 36 | 0 | 26 | 337 | 53 | 76 |
| Binary | 1110100 | 10001011 | 11000111 | 101010 | 11110 | 0 | 10110 | 11011111 | 101011 | 111110 |
Color Harmonies of #748BC7
Complementary color
Monochromatic Colors of #748BC7
Black with #748BC7
Text Example
Text Example
White with #748BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748BC7; }
p { color: rgb(116,139,199); }
H1.HeaderClassName
{
color: #748BC7;
}
.AnyTagClassName
{
color: #748BC7;
}
</style>
background-color css
<style>
a { background-color: #748BC7; }
a { background-color: rgb(116,139,199); }
div.DivClassName
{
background-color: #748BC7;
}
.BgClassName
{
background-color: #748BC7;
}
</style>
border-color css
<style>
span { border-color: #748BC7; }
span { border-color: rgb(116,139,199); }
td.TdClassName
{
border-color: #748BC7;
}
.TagClassName
{
border-color: #748BC7;
}
</style>