Shades of Wild Blue Yonder #748FCA
Tints of Wild Blue Yonder #748FCA
RGB
CMYK
RGB Variations
Color information
#748FCA (or 0x748FCA) is known color: Wild Blue Yonder. HEX triplet: 74, 8F and CA. RGB value is (116,143,202). Sum of RGB (Red+Green+Blue) = 116+143+202=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #748FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748FCA is #8B7035. Grayscale: #8D8D8D. Windows color (decimal): -9138230 or 13274996. OLE color: 13274996.
HSL color Cylindrical-coordinate representation of color #748FCA: hue angle of 221.16º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #748FCA is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 143 | 202 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.21 |
| HSL | 221.16º | 0.45% | 0.62% | - |
| HSV(B) | 221.16º | 0.43% | 0.79% | - |
| XYZ | 27.69 | 27.62 | 59.75 | - |
| YUV | 141.65 | 162.05 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 202 | 0.43 | 0.29 | 0 | 0.21 | 221.16 | 0.45 | 0.62 |
| Hex | 74 | 8F | CA | 2B | 1D | 0 | 15 | DD | 2D | 3E |
| Octal | 164 | 217 | 312 | 53 | 35 | 0 | 25 | 335 | 55 | 76 |
| Binary | 1110100 | 10001111 | 11001010 | 101011 | 11101 | 0 | 10101 | 11011101 | 101101 | 111110 |
Color Harmonies of #748FCA
Complementary color
Monochromatic Colors of #748FCA
Black with #748FCA
Text Example
Text Example
White with #748FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748FCA; }
p { color: rgb(116,143,202); }
H1.HeaderClassName
{
color: #748FCA;
}
.AnyTagClassName
{
color: #748FCA;
}
</style>
background-color css
<style>
a { background-color: #748FCA; }
a { background-color: rgb(116,143,202); }
div.DivClassName
{
background-color: #748FCA;
}
.BgClassName
{
background-color: #748FCA;
}
</style>
border-color css
<style>
span { border-color: #748FCA; }
span { border-color: rgb(116,143,202); }
td.TdClassName
{
border-color: #748FCA;
}
.TagClassName
{
border-color: #748FCA;
}
</style>