Shades of Wild Blue Yonder #7585B4
Tints of Wild Blue Yonder #7585B4
RGB
CMYK
RGB Variations
Color information
#7585B4 (or 0x7585B4) is known color: Wild Blue Yonder. HEX triplet: 75, 85 and B4. RGB value is (117,133,180). Sum of RGB (Red+Green+Blue) = 117+133+180=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 180 - color contains mainly: blue. Hex color #7585B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7585B4 is #8A7A4B. Grayscale: #858585. Windows color (decimal): -9075276 or 11830645. OLE color: 11830645.
HSL color Cylindrical-coordinate representation of color #7585B4: hue angle of 224.76º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7585B4 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 133 | 180 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.29 |
| HSL | 224.76º | 0.3% | 0.58% | - |
| HSV(B) | 224.76º | 0.35% | 0.71% | - |
| XYZ | 23.96 | 23.85 | 46.52 | - |
| YUV | 133.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 180 | 0.35 | 0.26 | 0 | 0.29 | 224.76 | 0.3 | 0.58 |
| Hex | 75 | 85 | B4 | 23 | 1A | 0 | 1D | E1 | 1E | 3A |
| Octal | 165 | 205 | 264 | 43 | 32 | 0 | 35 | 341 | 36 | 72 |
| Binary | 1110101 | 10000101 | 10110100 | 100011 | 11010 | 0 | 11101 | 11100001 | 11110 | 111010 |
Color Harmonies of #7585B4
Complementary color
Monochromatic Colors of #7585B4
Black with #7585B4
Text Example
Text Example
White with #7585B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7585B4; }
p { color: rgb(117,133,180); }
H1.HeaderClassName
{
color: #7585B4;
}
.AnyTagClassName
{
color: #7585B4;
}
</style>
background-color css
<style>
a { background-color: #7585B4; }
a { background-color: rgb(117,133,180); }
div.DivClassName
{
background-color: #7585B4;
}
.BgClassName
{
background-color: #7585B4;
}
</style>
border-color css
<style>
span { border-color: #7585B4; }
span { border-color: rgb(117,133,180); }
td.TdClassName
{
border-color: #7585B4;
}
.TagClassName
{
border-color: #7585B4;
}
</style>