Shades of Wild Blue Yonder #7484CA
Tints of Wild Blue Yonder #7484CA
RGB
CMYK
RGB Variations
Color information
#7484CA (or 0x7484CA) is known color: Wild Blue Yonder. HEX triplet: 74, 84 and CA. RGB value is (116,132,202). Sum of RGB (Red+Green+Blue) = 116+132+202=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #7484CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7484CA is #8B7B35. Grayscale: #868686. Windows color (decimal): -9141046 or 13272180. OLE color: 13272180.
HSL color Cylindrical-coordinate representation of color #7484CA: hue angle of 228.84º 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 #7484CA is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 132 | 202 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.21 |
| HSL | 228.84º | 0.45% | 0.62% | - |
| HSV(B) | 228.84º | 0.43% | 0.79% | - |
| XYZ | 26.11 | 24.48 | 59.23 | - |
| YUV | 135.2 | 165.7 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 202 | 0.43 | 0.35 | 0 | 0.21 | 228.84 | 0.45 | 0.62 |
| Hex | 74 | 84 | CA | 2B | 23 | 0 | 15 | E5 | 2D | 3E |
| Octal | 164 | 204 | 312 | 53 | 43 | 0 | 25 | 345 | 55 | 76 |
| Binary | 1110100 | 10000100 | 11001010 | 101011 | 100011 | 0 | 10101 | 11100101 | 101101 | 111110 |
Color Harmonies of #7484CA
Complementary color
Monochromatic Colors of #7484CA
Black with #7484CA
Text Example
Text Example
White with #7484CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7484CA; }
p { color: rgb(116,132,202); }
H1.HeaderClassName
{
color: #7484CA;
}
.AnyTagClassName
{
color: #7484CA;
}
</style>
background-color css
<style>
a { background-color: #7484CA; }
a { background-color: rgb(116,132,202); }
div.DivClassName
{
background-color: #7484CA;
}
.BgClassName
{
background-color: #7484CA;
}
</style>
border-color css
<style>
span { border-color: #7484CA; }
span { border-color: rgb(116,132,202); }
td.TdClassName
{
border-color: #7484CA;
}
.TagClassName
{
border-color: #7484CA;
}
</style>