Shades of Wild Blue Yonder #738FC1
Tints of Wild Blue Yonder #738FC1
RGB
CMYK
RGB Variations
Color information
#738FC1 (or 0x738FC1) is known color: Wild Blue Yonder. HEX triplet: 73, 8F and C1. RGB value is (115,143,193). Sum of RGB (Red+Green+Blue) = 115+143+193=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #738FC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738FC1 is #8C703E. Grayscale: #8C8C8C. Windows color (decimal): -9203775 or 12685171. OLE color: 12685171.
HSL color Cylindrical-coordinate representation of color #738FC1: hue angle of 218.46º 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 #738FC1 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 143 | 193 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.24 |
| HSL | 218.46º | 0.39% | 0.6% | - |
| HSV(B) | 218.46º | 0.4% | 0.76% | - |
| XYZ | 26.52 | 27.14 | 54.29 | - |
| YUV | 140.33 | 157.72 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 193 | 0.40 | 0.26 | 0 | 0.24 | 218.46 | 0.39 | 0.6 |
| Hex | 73 | 8F | C1 | 28 | 1A | 0 | 18 | DA | 27 | 3C |
| Octal | 163 | 217 | 301 | 50 | 32 | 0 | 30 | 332 | 47 | 74 |
| Binary | 1110011 | 10001111 | 11000001 | 101000 | 11010 | 0 | 11000 | 11011010 | 100111 | 111100 |
Color Harmonies of #738FC1
Complementary color
Monochromatic Colors of #738FC1
Black with #738FC1
Text Example
Text Example
White with #738FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738FC1; }
p { color: rgb(115,143,193); }
H1.HeaderClassName
{
color: #738FC1;
}
.AnyTagClassName
{
color: #738FC1;
}
</style>
background-color css
<style>
a { background-color: #738FC1; }
a { background-color: rgb(115,143,193); }
div.DivClassName
{
background-color: #738FC1;
}
.BgClassName
{
background-color: #738FC1;
}
</style>
border-color css
<style>
span { border-color: #738FC1; }
span { border-color: rgb(115,143,193); }
td.TdClassName
{
border-color: #738FC1;
}
.TagClassName
{
border-color: #738FC1;
}
</style>