Shades of Wild Blue Yonder #7487CA
Tints of Wild Blue Yonder #7487CA
RGB
CMYK
RGB Variations
Color information
#7487CA (or 0x7487CA) is known color: Wild Blue Yonder. HEX triplet: 74, 87 and CA. RGB value is (116,135,202). Sum of RGB (Red+Green+Blue) = 116+135+202=453 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.61% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #7487CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7487CA is #8B7835. Grayscale: #888888. Windows color (decimal): -9140278 or 13272948. OLE color: 13272948.
HSL color Cylindrical-coordinate representation of color #7487CA: hue angle of 226.74º 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 #7487CA is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 135 | 202 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.21 |
| HSL | 226.74º | 0.45% | 0.62% | - |
| HSV(B) | 226.74º | 0.43% | 0.79% | - |
| XYZ | 26.53 | 25.31 | 59.36 | - |
| YUV | 136.96 | 164.71 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 202 | 0.43 | 0.33 | 0 | 0.21 | 226.74 | 0.45 | 0.62 |
| Hex | 74 | 87 | CA | 2B | 21 | 0 | 15 | E3 | 2D | 3E |
| Octal | 164 | 207 | 312 | 53 | 41 | 0 | 25 | 343 | 55 | 76 |
| Binary | 1110100 | 10000111 | 11001010 | 101011 | 100001 | 0 | 10101 | 11100011 | 101101 | 111110 |
Color Harmonies of #7487CA
Complementary color
Monochromatic Colors of #7487CA
Black with #7487CA
Text Example
Text Example
White with #7487CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7487CA; }
p { color: rgb(116,135,202); }
H1.HeaderClassName
{
color: #7487CA;
}
.AnyTagClassName
{
color: #7487CA;
}
</style>
background-color css
<style>
a { background-color: #7487CA; }
a { background-color: rgb(116,135,202); }
div.DivClassName
{
background-color: #7487CA;
}
.BgClassName
{
background-color: #7487CA;
}
</style>
border-color css
<style>
span { border-color: #7487CA; }
span { border-color: rgb(116,135,202); }
td.TdClassName
{
border-color: #7487CA;
}
.TagClassName
{
border-color: #7487CA;
}
</style>