Shades of Wild Blue Yonder #7384B4
Tints of Wild Blue Yonder #7384B4
RGB
CMYK
RGB Variations
Color information
#7384B4 (or 0x7384B4) is known color: Wild Blue Yonder. HEX triplet: 73, 84 and B4. RGB value is (115,132,180). Sum of RGB (Red+Green+Blue) = 115+132+180=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 180 - color contains mainly: blue. Hex color #7384B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7384B4 is #8C7B4B. Grayscale: #848484. Windows color (decimal): -9206604 or 11830387. OLE color: 11830387.
HSL color Cylindrical-coordinate representation of color #7384B4: hue angle of 224.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7384B4 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 132 | 180 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.29 |
| HSL | 224.31º | 0.3% | 0.58% | - |
| HSV(B) | 224.31º | 0.36% | 0.71% | - |
| XYZ | 23.56 | 23.44 | 46.46 | - |
| YUV | 132.39 | 154.87 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 132 | 180 | 0.36 | 0.27 | 0 | 0.29 | 224.31 | 0.3 | 0.58 |
| Hex | 73 | 84 | B4 | 24 | 1B | 0 | 1D | E0 | 1E | 3A |
| Octal | 163 | 204 | 264 | 44 | 33 | 0 | 35 | 340 | 36 | 72 |
| Binary | 1110011 | 10000100 | 10110100 | 100100 | 11011 | 0 | 11101 | 11100000 | 11110 | 111010 |
Color Harmonies of #7384B4
Complementary color
Monochromatic Colors of #7384B4
Black with #7384B4
Text Example
Text Example
White with #7384B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7384B4; }
p { color: rgb(115,132,180); }
H1.HeaderClassName
{
color: #7384B4;
}
.AnyTagClassName
{
color: #7384B4;
}
</style>
background-color css
<style>
a { background-color: #7384B4; }
a { background-color: rgb(115,132,180); }
div.DivClassName
{
background-color: #7384B4;
}
.BgClassName
{
background-color: #7384B4;
}
</style>
border-color css
<style>
span { border-color: #7384B4; }
span { border-color: rgb(115,132,180); }
td.TdClassName
{
border-color: #7384B4;
}
.TagClassName
{
border-color: #7384B4;
}
</style>