Shades of Wild Blue Yonder #7585C0
Tints of Wild Blue Yonder #7585C0
RGB
CMYK
RGB Variations
Color information
#7585C0 (or 0x7585C0) is known color: Wild Blue Yonder. HEX triplet: 75, 85 and C0. RGB value is (117,133,192). Sum of RGB (Red+Green+Blue) = 117+133+192=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #7585C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7585C0 is #8A7A3F. Grayscale: #868686. Windows color (decimal): -9075264 or 12617077. OLE color: 12617077.
HSL color Cylindrical-coordinate representation of color #7585C0: hue angle of 227.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7585C0 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 133 | 192 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.25 |
| HSL | 227.2º | 0.37% | 0.61% | - |
| HSV(B) | 227.2º | 0.39% | 0.75% | - |
| XYZ | 25.24 | 24.36 | 53.24 | - |
| YUV | 134.94 | 160.2 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 192 | 0.39 | 0.31 | 0 | 0.25 | 227.2 | 0.37 | 0.61 |
| Hex | 75 | 85 | C0 | 27 | 1F | 0 | 19 | E3 | 25 | 3D |
| Octal | 165 | 205 | 300 | 47 | 37 | 0 | 31 | 343 | 45 | 75 |
| Binary | 1110101 | 10000101 | 11000000 | 100111 | 11111 | 0 | 11001 | 11100011 | 100101 | 111101 |
Color Harmonies of #7585C0
Complementary color
Monochromatic Colors of #7585C0
Black with #7585C0
Text Example
Text Example
White with #7585C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7585C0; }
p { color: rgb(117,133,192); }
H1.HeaderClassName
{
color: #7585C0;
}
.AnyTagClassName
{
color: #7585C0;
}
</style>
background-color css
<style>
a { background-color: #7585C0; }
a { background-color: rgb(117,133,192); }
div.DivClassName
{
background-color: #7585C0;
}
.BgClassName
{
background-color: #7585C0;
}
</style>
border-color css
<style>
span { border-color: #7585C0; }
span { border-color: rgb(117,133,192); }
td.TdClassName
{
border-color: #7585C0;
}
.TagClassName
{
border-color: #7585C0;
}
</style>