Shades of Wild Blue Yonder #7585C6
Tints of Wild Blue Yonder #7585C6
RGB
CMYK
RGB Variations
Color information
#7585C6 (or 0x7585C6) is known color: Wild Blue Yonder. HEX triplet: 75, 85 and C6. RGB value is (117,133,198). Sum of RGB (Red+Green+Blue) = 117+133+198=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 198 - color contains mainly: blue. Hex color #7585C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7585C6 is #8A7A39. Grayscale: #878787. Windows color (decimal): -9075258 or 13010293. OLE color: 13010293.
HSL color Cylindrical-coordinate representation of color #7585C6: hue angle of 228.15º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7585C6 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 133 | 198 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.22 |
| HSL | 228.15º | 0.42% | 0.62% | - |
| HSV(B) | 228.15º | 0.41% | 0.78% | - |
| XYZ | 25.92 | 24.63 | 56.82 | - |
| YUV | 135.63 | 163.2 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 198 | 0.41 | 0.33 | 0 | 0.22 | 228.15 | 0.42 | 0.62 |
| Hex | 75 | 85 | C6 | 29 | 21 | 0 | 16 | E4 | 2A | 3E |
| Octal | 165 | 205 | 306 | 51 | 41 | 0 | 26 | 344 | 52 | 76 |
| Binary | 1110101 | 10000101 | 11000110 | 101001 | 100001 | 0 | 10110 | 11100100 | 101010 | 111110 |
Color Harmonies of #7585C6
Complementary color
Monochromatic Colors of #7585C6
Black with #7585C6
Text Example
Text Example
White with #7585C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7585C6; }
p { color: rgb(117,133,198); }
H1.HeaderClassName
{
color: #7585C6;
}
.AnyTagClassName
{
color: #7585C6;
}
</style>
background-color css
<style>
a { background-color: #7585C6; }
a { background-color: rgb(117,133,198); }
div.DivClassName
{
background-color: #7585C6;
}
.BgClassName
{
background-color: #7585C6;
}
</style>
border-color css
<style>
span { border-color: #7585C6; }
span { border-color: rgb(117,133,198); }
td.TdClassName
{
border-color: #7585C6;
}
.TagClassName
{
border-color: #7585C6;
}
</style>