Shades of Wild Blue Yonder #7580BD
Tints of Wild Blue Yonder #7580BD
RGB
CMYK
RGB Variations
Color information
#7580BD (or 0x7580BD) is known color: Wild Blue Yonder. HEX triplet: 75, 80 and BD. RGB value is (117,128,189). Sum of RGB (Red+Green+Blue) = 117+128+189=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #7580BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7580BD is #8A7F42. Grayscale: #838383. Windows color (decimal): -9076547 or 12419189. OLE color: 12419189.
HSL color Cylindrical-coordinate representation of color #7580BD: hue angle of 230.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7580BD is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 128 | 189 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.26 |
| HSL | 230.83º | 0.35% | 0.6% | - |
| HSV(B) | 230.83º | 0.38% | 0.74% | - |
| XYZ | 24.24 | 22.89 | 51.29 | - |
| YUV | 131.67 | 160.36 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 189 | 0.38 | 0.32 | 0 | 0.26 | 230.83 | 0.35 | 0.6 |
| Hex | 75 | 80 | BD | 26 | 20 | 0 | 1A | E7 | 23 | 3C |
| Octal | 165 | 200 | 275 | 46 | 40 | 0 | 32 | 347 | 43 | 74 |
| Binary | 1110101 | 10000000 | 10111101 | 100110 | 100000 | 0 | 11010 | 11100111 | 100011 | 111100 |
Color Harmonies of #7580BD
Complementary color
Monochromatic Colors of #7580BD
Black with #7580BD
Text Example
Text Example
White with #7580BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7580BD; }
p { color: rgb(117,128,189); }
H1.HeaderClassName
{
color: #7580BD;
}
.AnyTagClassName
{
color: #7580BD;
}
</style>
background-color css
<style>
a { background-color: #7580BD; }
a { background-color: rgb(117,128,189); }
div.DivClassName
{
background-color: #7580BD;
}
.BgClassName
{
background-color: #7580BD;
}
</style>
border-color css
<style>
span { border-color: #7580BD; }
span { border-color: rgb(117,128,189); }
td.TdClassName
{
border-color: #7580BD;
}
.TagClassName
{
border-color: #7580BD;
}
</style>