Shades of Wild Blue Yonder #7582CB
Tints of Wild Blue Yonder #7582CB
RGB
CMYK
RGB Variations
Color information
#7582CB (or 0x7582CB) is known color: Wild Blue Yonder. HEX triplet: 75, 82 and CB. RGB value is (117,130,203). Sum of RGB (Red+Green+Blue) = 117+130+203=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #7582CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7582CB is #8A7D34. Grayscale: #868686. Windows color (decimal): -9076021 or 13337205. OLE color: 13337205.
HSL color Cylindrical-coordinate representation of color #7582CB: hue angle of 230.93º 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 #7582CB is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 130 | 203 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.20 |
| HSL | 230.93º | 0.45% | 0.63% | - |
| HSV(B) | 230.93º | 0.42% | 0.8% | - |
| XYZ | 26.1 | 24.06 | 59.77 | - |
| YUV | 134.44 | 166.69 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 203 | 0.42 | 0.36 | 0 | 0.20 | 230.93 | 0.45 | 0.63 |
| Hex | 75 | 82 | CB | 2A | 24 | 0 | 14 | E7 | 2D | 3F |
| Octal | 165 | 202 | 313 | 52 | 44 | 0 | 24 | 347 | 55 | 77 |
| Binary | 1110101 | 10000010 | 11001011 | 101010 | 100100 | 0 | 10100 | 11100111 | 101101 | 111111 |
Color Harmonies of #7582CB
Complementary color
Monochromatic Colors of #7582CB
Black with #7582CB
Text Example
Text Example
White with #7582CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7582CB; }
p { color: rgb(117,130,203); }
H1.HeaderClassName
{
color: #7582CB;
}
.AnyTagClassName
{
color: #7582CB;
}
</style>
background-color css
<style>
a { background-color: #7582CB; }
a { background-color: rgb(117,130,203); }
div.DivClassName
{
background-color: #7582CB;
}
.BgClassName
{
background-color: #7582CB;
}
</style>
border-color css
<style>
span { border-color: #7582CB; }
span { border-color: rgb(117,130,203); }
td.TdClassName
{
border-color: #7582CB;
}
.TagClassName
{
border-color: #7582CB;
}
</style>