Shades of Wild Blue Yonder #7584B4
Tints of Wild Blue Yonder #7584B4
RGB
CMYK
RGB Variations
Color information
#7584B4 (or 0x7584B4) is known color: Wild Blue Yonder. HEX triplet: 75, 84 and B4. RGB value is (117,132,180). Sum of RGB (Red+Green+Blue) = 117+132+180=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #7584B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7584B4 is #8A7B4B. Grayscale: #848484. Windows color (decimal): -9075532 or 11830389. OLE color: 11830389.
HSL color Cylindrical-coordinate representation of color #7584B4: hue angle of 225.71º 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 #7584B4 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 132 | 180 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.29 |
| HSL | 225.71º | 0.3% | 0.58% | - |
| HSV(B) | 225.71º | 0.35% | 0.71% | - |
| XYZ | 23.83 | 23.58 | 46.48 | - |
| YUV | 132.99 | 154.53 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 180 | 0.35 | 0.27 | 0 | 0.29 | 225.71 | 0.3 | 0.58 |
| Hex | 75 | 84 | B4 | 23 | 1B | 0 | 1D | E2 | 1E | 3A |
| Octal | 165 | 204 | 264 | 43 | 33 | 0 | 35 | 342 | 36 | 72 |
| Binary | 1110101 | 10000100 | 10110100 | 100011 | 11011 | 0 | 11101 | 11100010 | 11110 | 111010 |
Color Harmonies of #7584B4
Complementary color
Monochromatic Colors of #7584B4
Black with #7584B4
Text Example
Text Example
White with #7584B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7584B4; }
p { color: rgb(117,132,180); }
H1.HeaderClassName
{
color: #7584B4;
}
.AnyTagClassName
{
color: #7584B4;
}
</style>
background-color css
<style>
a { background-color: #7584B4; }
a { background-color: rgb(117,132,180); }
div.DivClassName
{
background-color: #7584B4;
}
.BgClassName
{
background-color: #7584B4;
}
</style>
border-color css
<style>
span { border-color: #7584B4; }
span { border-color: rgb(117,132,180); }
td.TdClassName
{
border-color: #7584B4;
}
.TagClassName
{
border-color: #7584B4;
}
</style>