Shades of Wild Blue Yonder #7585CE
Tints of Wild Blue Yonder #7585CE
RGB
CMYK
RGB Variations
Color information
#7585CE (or 0x7585CE) is known color: Wild Blue Yonder. HEX triplet: 75, 85 and CE. RGB value is (117,133,206). Sum of RGB (Red+Green+Blue) = 117+133+206=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #7585CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7585CE is #8A7A31. Grayscale: #888888. Windows color (decimal): -9075250 or 13534581. OLE color: 13534581.
HSL color Cylindrical-coordinate representation of color #7585CE: hue angle of 229.21º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7585CE is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 133 | 206 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.19 |
| HSL | 229.21º | 0.48% | 0.63% | - |
| HSV(B) | 229.21º | 0.43% | 0.81% | - |
| XYZ | 26.86 | 25.01 | 61.8 | - |
| YUV | 136.54 | 167.2 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 206 | 0.43 | 0.35 | 0 | 0.19 | 229.21 | 0.48 | 0.63 |
| Hex | 75 | 85 | CE | 2B | 23 | 0 | 13 | E5 | 30 | 3F |
| Octal | 165 | 205 | 316 | 53 | 43 | 0 | 23 | 345 | 60 | 77 |
| Binary | 1110101 | 10000101 | 11001110 | 101011 | 100011 | 0 | 10011 | 11100101 | 110000 | 111111 |
Color Harmonies of #7585CE
Complementary color
Monochromatic Colors of #7585CE
Black with #7585CE
Text Example
Text Example
White with #7585CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7585CE; }
p { color: rgb(117,133,206); }
H1.HeaderClassName
{
color: #7585CE;
}
.AnyTagClassName
{
color: #7585CE;
}
</style>
background-color css
<style>
a { background-color: #7585CE; }
a { background-color: rgb(117,133,206); }
div.DivClassName
{
background-color: #7585CE;
}
.BgClassName
{
background-color: #7585CE;
}
</style>
border-color css
<style>
span { border-color: #7585CE; }
span { border-color: rgb(117,133,206); }
td.TdClassName
{
border-color: #7585CE;
}
.TagClassName
{
border-color: #7585CE;
}
</style>