Shades of Wild Blue Yonder #7383D5
Tints of Wild Blue Yonder #7383D5
RGB
CMYK
RGB Variations
Color information
#7383D5 (or 0x7383D5) is known color: Wild Blue Yonder. HEX triplet: 73, 83 and D5. RGB value is (115,131,213). Sum of RGB (Red+Green+Blue) = 115+131+213=459 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.05% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 213 - color contains mainly: blue. Hex color #7383D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7383D5 is #8C7C2A. Grayscale: #878787. Windows color (decimal): -9206827 or 13992819. OLE color: 13992819.
HSL color Cylindrical-coordinate representation of color #7383D5: hue angle of 230.2º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7383D5 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 131 | 213 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.16 |
| HSL | 230.2º | 0.54% | 0.64% | - |
| HSV(B) | 230.2º | 0.46% | 0.84% | - |
| XYZ | 27.2 | 24.68 | 66.28 | - |
| YUV | 135.56 | 171.7 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 131 | 213 | 0.46 | 0.38 | 0 | 0.16 | 230.2 | 0.54 | 0.64 |
| Hex | 73 | 83 | D5 | 2E | 26 | 0 | 10 | E6 | 36 | 40 |
| Octal | 163 | 203 | 325 | 56 | 46 | 0 | 20 | 346 | 66 | 100 |
| Binary | 1110011 | 10000011 | 11010101 | 101110 | 100110 | 0 | 10000 | 11100110 | 110110 | 1000000 |
Color Harmonies of #7383D5
Complementary color
Monochromatic Colors of #7383D5
Black with #7383D5
Text Example
Text Example
White with #7383D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7383D5; }
p { color: rgb(115,131,213); }
H1.HeaderClassName
{
color: #7383D5;
}
.AnyTagClassName
{
color: #7383D5;
}
</style>
background-color css
<style>
a { background-color: #7383D5; }
a { background-color: rgb(115,131,213); }
div.DivClassName
{
background-color: #7383D5;
}
.BgClassName
{
background-color: #7383D5;
}
</style>
border-color css
<style>
span { border-color: #7383D5; }
span { border-color: rgb(115,131,213); }
td.TdClassName
{
border-color: #7383D5;
}
.TagClassName
{
border-color: #7383D5;
}
</style>