Shades of Wild Blue Yonder #748FCF
Tints of Wild Blue Yonder #748FCF
RGB
CMYK
RGB Variations
Color information
#748FCF (or 0x748FCF) is known color: Wild Blue Yonder. HEX triplet: 74, 8F and CF. RGB value is (116,143,207). Sum of RGB (Red+Green+Blue) = 116+143+207=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #748FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748FCF is #8B7030. Grayscale: #8D8D8D. Windows color (decimal): -9138225 or 13602676. OLE color: 13602676.
HSL color Cylindrical-coordinate representation of color #748FCF: hue angle of 222.2º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #748FCF is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 143 | 207 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.19 |
| HSL | 222.2º | 0.49% | 0.63% | - |
| HSV(B) | 222.2º | 0.44% | 0.81% | - |
| XYZ | 28.29 | 27.86 | 62.92 | - |
| YUV | 142.22 | 164.55 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 207 | 0.44 | 0.31 | 0 | 0.19 | 222.2 | 0.49 | 0.63 |
| Hex | 74 | 8F | CF | 2C | 1F | 0 | 13 | DE | 31 | 3F |
| Octal | 164 | 217 | 317 | 54 | 37 | 0 | 23 | 336 | 61 | 77 |
| Binary | 1110100 | 10001111 | 11001111 | 101100 | 11111 | 0 | 10011 | 11011110 | 110001 | 111111 |
Color Harmonies of #748FCF
Complementary color
Monochromatic Colors of #748FCF
Black with #748FCF
Text Example
Text Example
White with #748FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748FCF; }
p { color: rgb(116,143,207); }
H1.HeaderClassName
{
color: #748FCF;
}
.AnyTagClassName
{
color: #748FCF;
}
</style>
background-color css
<style>
a { background-color: #748FCF; }
a { background-color: rgb(116,143,207); }
div.DivClassName
{
background-color: #748FCF;
}
.BgClassName
{
background-color: #748FCF;
}
</style>
border-color css
<style>
span { border-color: #748FCF; }
span { border-color: rgb(116,143,207); }
td.TdClassName
{
border-color: #748FCF;
}
.TagClassName
{
border-color: #748FCF;
}
</style>