Shades of Wild Blue Yonder #7385C1
Tints of Wild Blue Yonder #7385C1
RGB
CMYK
RGB Variations
Color information
#7385C1 (or 0x7385C1) is known color: Wild Blue Yonder. HEX triplet: 73, 85 and C1. RGB value is (115,133,193). Sum of RGB (Red+Green+Blue) = 115+133+193=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #7385C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7385C1 is #8C7A3E. Grayscale: #868686. Windows color (decimal): -9206335 or 12682611. OLE color: 12682611.
HSL color Cylindrical-coordinate representation of color #7385C1: hue angle of 226.15º 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 #7385C1 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 133 | 193 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.24 |
| HSL | 226.15º | 0.39% | 0.6% | - |
| HSV(B) | 226.15º | 0.4% | 0.76% | - |
| XYZ | 25.08 | 24.27 | 53.81 | - |
| YUV | 134.46 | 161.04 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 133 | 193 | 0.40 | 0.31 | 0 | 0.24 | 226.15 | 0.39 | 0.6 |
| Hex | 73 | 85 | C1 | 28 | 1F | 0 | 18 | E2 | 27 | 3C |
| Octal | 163 | 205 | 301 | 50 | 37 | 0 | 30 | 342 | 47 | 74 |
| Binary | 1110011 | 10000101 | 11000001 | 101000 | 11111 | 0 | 11000 | 11100010 | 100111 | 111100 |
Color Harmonies of #7385C1
Complementary color
Monochromatic Colors of #7385C1
Black with #7385C1
Text Example
Text Example
White with #7385C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7385C1; }
p { color: rgb(115,133,193); }
H1.HeaderClassName
{
color: #7385C1;
}
.AnyTagClassName
{
color: #7385C1;
}
</style>
background-color css
<style>
a { background-color: #7385C1; }
a { background-color: rgb(115,133,193); }
div.DivClassName
{
background-color: #7385C1;
}
.BgClassName
{
background-color: #7385C1;
}
</style>
border-color css
<style>
span { border-color: #7385C1; }
span { border-color: rgb(115,133,193); }
td.TdClassName
{
border-color: #7385C1;
}
.TagClassName
{
border-color: #7385C1;
}
</style>