Shades of Wild Blue Yonder #7382CE
Tints of Wild Blue Yonder #7382CE
RGB
CMYK
RGB Variations
Color information
#7382CE (or 0x7382CE) is known color: Wild Blue Yonder. HEX triplet: 73, 82 and CE. RGB value is (115,130,206). Sum of RGB (Red+Green+Blue) = 115+130+206=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #7382CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7382CE is #8C7D31. Grayscale: #858585. Windows color (decimal): -9207090 or 13533811. OLE color: 13533811.
HSL color Cylindrical-coordinate representation of color #7382CE: hue angle of 230.11º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7382CE is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 130 | 206 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.19 |
| HSL | 230.11º | 0.48% | 0.63% | - |
| HSV(B) | 230.11º | 0.44% | 0.81% | - |
| XYZ | 26.19 | 24.07 | 61.66 | - |
| YUV | 134.18 | 168.53 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 130 | 206 | 0.44 | 0.37 | 0 | 0.19 | 230.11 | 0.48 | 0.63 |
| Hex | 73 | 82 | CE | 2C | 25 | 0 | 13 | E6 | 30 | 3F |
| Octal | 163 | 202 | 316 | 54 | 45 | 0 | 23 | 346 | 60 | 77 |
| Binary | 1110011 | 10000010 | 11001110 | 101100 | 100101 | 0 | 10011 | 11100110 | 110000 | 111111 |
Color Harmonies of #7382CE
Complementary color
Monochromatic Colors of #7382CE
Black with #7382CE
Text Example
Text Example
White with #7382CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7382CE; }
p { color: rgb(115,130,206); }
H1.HeaderClassName
{
color: #7382CE;
}
.AnyTagClassName
{
color: #7382CE;
}
</style>
background-color css
<style>
a { background-color: #7382CE; }
a { background-color: rgb(115,130,206); }
div.DivClassName
{
background-color: #7382CE;
}
.BgClassName
{
background-color: #7382CE;
}
</style>
border-color css
<style>
span { border-color: #7382CE; }
span { border-color: rgb(115,130,206); }
td.TdClassName
{
border-color: #7382CE;
}
.TagClassName
{
border-color: #7382CE;
}
</style>