Shades of Wild Blue Yonder #7580C9
Tints of Wild Blue Yonder #7580C9
RGB
CMYK
RGB Variations
Color information
#7580C9 (or 0x7580C9) is known color: Wild Blue Yonder. HEX triplet: 75, 80 and C9. RGB value is (117,128,201). Sum of RGB (Red+Green+Blue) = 117+128+201=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 128 (50.39% from 255 or 28.70% 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 #7580C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7580C9 is #8A7F36. Grayscale: #848484. Windows color (decimal): -9076535 or 13205621. OLE color: 13205621.
HSL color Cylindrical-coordinate representation of color #7580C9: hue angle of 232.14º 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 #7580C9 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 128 | 201 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.21 |
| HSL | 232.14º | 0.44% | 0.62% | - |
| HSV(B) | 232.14º | 0.42% | 0.79% | - |
| XYZ | 25.6 | 23.44 | 58.43 | - |
| YUV | 133.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 201 | 0.42 | 0.36 | 0 | 0.21 | 232.14 | 0.44 | 0.62 |
| Hex | 75 | 80 | C9 | 2A | 24 | 0 | 15 | E8 | 2C | 3E |
| Octal | 165 | 200 | 311 | 52 | 44 | 0 | 25 | 350 | 54 | 76 |
| Binary | 1110101 | 10000000 | 11001001 | 101010 | 100100 | 0 | 10101 | 11101000 | 101100 | 111110 |
Color Harmonies of #7580C9
Complementary color
Monochromatic Colors of #7580C9
Black with #7580C9
Text Example
Text Example
White with #7580C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7580C9; }
p { color: rgb(117,128,201); }
H1.HeaderClassName
{
color: #7580C9;
}
.AnyTagClassName
{
color: #7580C9;
}
</style>
background-color css
<style>
a { background-color: #7580C9; }
a { background-color: rgb(117,128,201); }
div.DivClassName
{
background-color: #7580C9;
}
.BgClassName
{
background-color: #7580C9;
}
</style>
border-color css
<style>
span { border-color: #7580C9; }
span { border-color: rgb(117,128,201); }
td.TdClassName
{
border-color: #7580C9;
}
.TagClassName
{
border-color: #7580C9;
}
</style>