Shades of Wild Blue Yonder #7580CB
Tints of Wild Blue Yonder #7580CB
RGB
CMYK
RGB Variations
Color information
#7580CB (or 0x7580CB) is known color: Wild Blue Yonder. HEX triplet: 75, 80 and CB. RGB value is (117,128,203). Sum of RGB (Red+Green+Blue) = 117+128+203=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #7580CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7580CB is #8A7F34. Grayscale: #848484. Windows color (decimal): -9076533 or 13336693. OLE color: 13336693.
HSL color Cylindrical-coordinate representation of color #7580CB: hue angle of 232.33º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7580CB is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 128 | 203 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.20 |
| HSL | 232.33º | 0.45% | 0.63% | - |
| HSV(B) | 232.33º | 0.42% | 0.8% | - |
| XYZ | 25.83 | 23.53 | 59.68 | - |
| YUV | 133.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 203 | 0.42 | 0.37 | 0 | 0.20 | 232.33 | 0.45 | 0.63 |
| Hex | 75 | 80 | CB | 2A | 25 | 0 | 14 | E8 | 2D | 3F |
| Octal | 165 | 200 | 313 | 52 | 45 | 0 | 24 | 350 | 55 | 77 |
| Binary | 1110101 | 10000000 | 11001011 | 101010 | 100101 | 0 | 10100 | 11101000 | 101101 | 111111 |
Color Harmonies of #7580CB
Complementary color
Monochromatic Colors of #7580CB
Black with #7580CB
Text Example
Text Example
White with #7580CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7580CB; }
p { color: rgb(117,128,203); }
H1.HeaderClassName
{
color: #7580CB;
}
.AnyTagClassName
{
color: #7580CB;
}
</style>
background-color css
<style>
a { background-color: #7580CB; }
a { background-color: rgb(117,128,203); }
div.DivClassName
{
background-color: #7580CB;
}
.BgClassName
{
background-color: #7580CB;
}
</style>
border-color css
<style>
span { border-color: #7580CB; }
span { border-color: rgb(117,128,203); }
td.TdClassName
{
border-color: #7580CB;
}
.TagClassName
{
border-color: #7580CB;
}
</style>