Shades of Wild Blue Yonder #748ECC
Tints of Wild Blue Yonder #748ECC
RGB
CMYK
RGB Variations
Color information
#748ECC (or 0x748ECC) is known color: Wild Blue Yonder. HEX triplet: 74, 8E and CC. RGB value is (116,142,204). Sum of RGB (Red+Green+Blue) = 116+142+204=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #748ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748ECC is #8B7133. Grayscale: #8D8D8D. Windows color (decimal): -9138484 or 13405812. OLE color: 13405812.
HSL color Cylindrical-coordinate representation of color #748ECC: hue angle of 222.27º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #748ECC is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 142 | 204 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.2 |
| HSL | 222.27º | 0.46% | 0.63% | - |
| HSV(B) | 222.27º | 0.43% | 0.8% | - |
| XYZ | 27.77 | 27.42 | 60.96 | - |
| YUV | 141.29 | 163.39 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 204 | 0.43 | 0.30 | 0 | 0.2 | 222.27 | 0.46 | 0.63 |
| Hex | 74 | 8E | CC | 2B | 1E | 0 | 14 | DE | 2E | 3F |
| Octal | 164 | 216 | 314 | 53 | 36 | 0 | 24 | 336 | 56 | 77 |
| Binary | 1110100 | 10001110 | 11001100 | 101011 | 11110 | 0 | 10100 | 11011110 | 101110 | 111111 |
Color Harmonies of #748ECC
Complementary color
Monochromatic Colors of #748ECC
Black with #748ECC
Text Example
Text Example
White with #748ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748ECC; }
p { color: rgb(116,142,204); }
H1.HeaderClassName
{
color: #748ECC;
}
.AnyTagClassName
{
color: #748ECC;
}
</style>
background-color css
<style>
a { background-color: #748ECC; }
a { background-color: rgb(116,142,204); }
div.DivClassName
{
background-color: #748ECC;
}
.BgClassName
{
background-color: #748ECC;
}
</style>
border-color css
<style>
span { border-color: #748ECC; }
span { border-color: rgb(116,142,204); }
td.TdClassName
{
border-color: #748ECC;
}
.TagClassName
{
border-color: #748ECC;
}
</style>