Shades of Wild Blue Yonder #7383C1
Tints of Wild Blue Yonder #7383C1
RGB
CMYK
RGB Variations
Color information
#7383C1 (or 0x7383C1) is known color: Wild Blue Yonder. HEX triplet: 73, 83 and C1. RGB value is (115,131,193). Sum of RGB (Red+Green+Blue) = 115+131+193=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #7383C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7383C1 is #8C7C3E. Grayscale: #858585. Windows color (decimal): -9206847 or 12682099. OLE color: 12682099.
HSL color Cylindrical-coordinate representation of color #7383C1: hue angle of 227.69º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7383C1 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 131 | 193 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.24 |
| HSL | 227.69º | 0.39% | 0.6% | - |
| HSV(B) | 227.69º | 0.4% | 0.76% | - |
| XYZ | 24.81 | 23.73 | 53.72 | - |
| YUV | 133.28 | 161.7 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 131 | 193 | 0.40 | 0.32 | 0 | 0.24 | 227.69 | 0.39 | 0.6 |
| Hex | 73 | 83 | C1 | 28 | 20 | 0 | 18 | E4 | 27 | 3C |
| Octal | 163 | 203 | 301 | 50 | 40 | 0 | 30 | 344 | 47 | 74 |
| Binary | 1110011 | 10000011 | 11000001 | 101000 | 100000 | 0 | 11000 | 11100100 | 100111 | 111100 |
Color Harmonies of #7383C1
Complementary color
Monochromatic Colors of #7383C1
Black with #7383C1
Text Example
Text Example
White with #7383C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7383C1; }
p { color: rgb(115,131,193); }
H1.HeaderClassName
{
color: #7383C1;
}
.AnyTagClassName
{
color: #7383C1;
}
</style>
background-color css
<style>
a { background-color: #7383C1; }
a { background-color: rgb(115,131,193); }
div.DivClassName
{
background-color: #7383C1;
}
.BgClassName
{
background-color: #7383C1;
}
</style>
border-color css
<style>
span { border-color: #7383C1; }
span { border-color: rgb(115,131,193); }
td.TdClassName
{
border-color: #7383C1;
}
.TagClassName
{
border-color: #7383C1;
}
</style>