Shades of Wild Blue Yonder #7481C9
Tints of Wild Blue Yonder #7481C9
RGB
CMYK
RGB Variations
Color information
#7481C9 (or 0x7481C9) is known color: Wild Blue Yonder. HEX triplet: 74, 81 and C9. RGB value is (116,129,201). Sum of RGB (Red+Green+Blue) = 116+129+201=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #7481C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7481C9 is #8B7E36. Grayscale: #858585. Windows color (decimal): -9141815 or 13205876. OLE color: 13205876.
HSL color Cylindrical-coordinate representation of color #7481C9: hue angle of 230.82º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7481C9 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 129 | 201 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.21 |
| HSL | 230.82º | 0.44% | 0.62% | - |
| HSV(B) | 230.82º | 0.42% | 0.79% | - |
| XYZ | 25.6 | 23.63 | 58.47 | - |
| YUV | 133.32 | 166.19 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 201 | 0.42 | 0.36 | 0 | 0.21 | 230.82 | 0.44 | 0.62 |
| Hex | 74 | 81 | C9 | 2A | 24 | 0 | 15 | E7 | 2C | 3E |
| Octal | 164 | 201 | 311 | 52 | 44 | 0 | 25 | 347 | 54 | 76 |
| Binary | 1110100 | 10000001 | 11001001 | 101010 | 100100 | 0 | 10101 | 11100111 | 101100 | 111110 |
Color Harmonies of #7481C9
Complementary color
Monochromatic Colors of #7481C9
Black with #7481C9
Text Example
Text Example
White with #7481C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7481C9; }
p { color: rgb(116,129,201); }
H1.HeaderClassName
{
color: #7481C9;
}
.AnyTagClassName
{
color: #7481C9;
}
</style>
background-color css
<style>
a { background-color: #7481C9; }
a { background-color: rgb(116,129,201); }
div.DivClassName
{
background-color: #7481C9;
}
.BgClassName
{
background-color: #7481C9;
}
</style>
border-color css
<style>
span { border-color: #7481C9; }
span { border-color: rgb(116,129,201); }
td.TdClassName
{
border-color: #7481C9;
}
.TagClassName
{
border-color: #7481C9;
}
</style>