Shades of Wild Blue Yonder #7380D4
Tints of Wild Blue Yonder #7380D4
RGB
CMYK
RGB Variations
Color information
#7380D4 (or 0x7380D4) is known color: Wild Blue Yonder. HEX triplet: 73, 80 and D4. RGB value is (115,128,212). Sum of RGB (Red+Green+Blue) = 115+128+212=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 212 (83.20% from 255 or 46.59% from 455); Max value from RGB is 212 - color contains mainly: blue. Hex color #7380D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7380D4 is #8C7F2B. Grayscale: #858585. Windows color (decimal): -9207596 or 13926515. OLE color: 13926515.
HSL color Cylindrical-coordinate representation of color #7380D4: hue angle of 231.96º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7380D4 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 128 | 212 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.17 |
| HSL | 231.96º | 0.53% | 0.64% | - |
| HSV(B) | 231.96º | 0.46% | 0.83% | - |
| XYZ | 26.67 | 23.84 | 65.48 | - |
| YUV | 133.69 | 172.19 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 128 | 212 | 0.46 | 0.40 | 0 | 0.17 | 231.96 | 0.53 | 0.64 |
| Hex | 73 | 80 | D4 | 2E | 28 | 0 | 11 | E8 | 35 | 40 |
| Octal | 163 | 200 | 324 | 56 | 50 | 0 | 21 | 350 | 65 | 100 |
| Binary | 1110011 | 10000000 | 11010100 | 101110 | 101000 | 0 | 10001 | 11101000 | 110101 | 1000000 |
Color Harmonies of #7380D4
Complementary color
Monochromatic Colors of #7380D4
Black with #7380D4
Text Example
Text Example
White with #7380D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7380D4; }
p { color: rgb(115,128,212); }
H1.HeaderClassName
{
color: #7380D4;
}
.AnyTagClassName
{
color: #7380D4;
}
</style>
background-color css
<style>
a { background-color: #7380D4; }
a { background-color: rgb(115,128,212); }
div.DivClassName
{
background-color: #7380D4;
}
.BgClassName
{
background-color: #7380D4;
}
</style>
border-color css
<style>
span { border-color: #7380D4; }
span { border-color: rgb(115,128,212); }
td.TdClassName
{
border-color: #7380D4;
}
.TagClassName
{
border-color: #7380D4;
}
</style>