Shades of Wild Blue Yonder #7383C5
Tints of Wild Blue Yonder #7383C5
RGB
CMYK
RGB Variations
Color information
#7383C5 (or 0x7383C5) is known color: Wild Blue Yonder. HEX triplet: 73, 83 and C5. RGB value is (115,131,197). Sum of RGB (Red+Green+Blue) = 115+131+197=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 197 (77.34% from 255 or 44.47% from 443); Max value from RGB is 197 - color contains mainly: blue. Hex color #7383C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7383C5 is #8C7C3A. Grayscale: #858585. Windows color (decimal): -9206843 or 12944243. OLE color: 12944243.
HSL color Cylindrical-coordinate representation of color #7383C5: hue angle of 228.29º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7383C5 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 131 | 197 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.23 |
| HSL | 228.29º | 0.41% | 0.61% | - |
| HSV(B) | 228.29º | 0.42% | 0.77% | - |
| XYZ | 25.26 | 23.91 | 56.11 | - |
| YUV | 133.74 | 163.7 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 131 | 197 | 0.42 | 0.34 | 0 | 0.23 | 228.29 | 0.41 | 0.61 |
| Hex | 73 | 83 | C5 | 2A | 22 | 0 | 17 | E4 | 29 | 3D |
| Octal | 163 | 203 | 305 | 52 | 42 | 0 | 27 | 344 | 51 | 75 |
| Binary | 1110011 | 10000011 | 11000101 | 101010 | 100010 | 0 | 10111 | 11100100 | 101001 | 111101 |
Color Harmonies of #7383C5
Complementary color
Monochromatic Colors of #7383C5
Black with #7383C5
Text Example
Text Example
White with #7383C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7383C5; }
p { color: rgb(115,131,197); }
H1.HeaderClassName
{
color: #7383C5;
}
.AnyTagClassName
{
color: #7383C5;
}
</style>
background-color css
<style>
a { background-color: #7383C5; }
a { background-color: rgb(115,131,197); }
div.DivClassName
{
background-color: #7383C5;
}
.BgClassName
{
background-color: #7383C5;
}
</style>
border-color css
<style>
span { border-color: #7383C5; }
span { border-color: rgb(115,131,197); }
td.TdClassName
{
border-color: #7383C5;
}
.TagClassName
{
border-color: #7383C5;
}
</style>