Shades of Wild Blue Yonder #748FBF
Tints of Wild Blue Yonder #748FBF
RGB
CMYK
RGB Variations
Color information
#748FBF (or 0x748FBF) is known color: Wild Blue Yonder. HEX triplet: 74, 8F and BF. RGB value is (116,143,191). Sum of RGB (Red+Green+Blue) = 116+143+191=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #748FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748FBF is #8B7040. Grayscale: #8C8C8C. Windows color (decimal): -9138241 or 12554100. OLE color: 12554100.
HSL color Cylindrical-coordinate representation of color #748FBF: hue angle of 218.4º 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 #748FBF is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 143 | 191 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.25 |
| HSL | 218.4º | 0.37% | 0.6% | - |
| HSV(B) | 218.4º | 0.39% | 0.75% | - |
| XYZ | 26.43 | 27.12 | 53.13 | - |
| YUV | 140.4 | 156.55 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 191 | 0.39 | 0.25 | 0 | 0.25 | 218.4 | 0.37 | 0.6 |
| Hex | 74 | 8F | BF | 27 | 19 | 0 | 19 | DA | 25 | 3C |
| Octal | 164 | 217 | 277 | 47 | 31 | 0 | 31 | 332 | 45 | 74 |
| Binary | 1110100 | 10001111 | 10111111 | 100111 | 11001 | 0 | 11001 | 11011010 | 100101 | 111100 |
Color Harmonies of #748FBF
Complementary color
Monochromatic Colors of #748FBF
Black with #748FBF
Text Example
Text Example
White with #748FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748FBF; }
p { color: rgb(116,143,191); }
H1.HeaderClassName
{
color: #748FBF;
}
.AnyTagClassName
{
color: #748FBF;
}
</style>
background-color css
<style>
a { background-color: #748FBF; }
a { background-color: rgb(116,143,191); }
div.DivClassName
{
background-color: #748FBF;
}
.BgClassName
{
background-color: #748FBF;
}
</style>
border-color css
<style>
span { border-color: #748FBF; }
span { border-color: rgb(116,143,191); }
td.TdClassName
{
border-color: #748FBF;
}
.TagClassName
{
border-color: #748FBF;
}
</style>