Shades of Wild Blue Yonder #738CC6
Tints of Wild Blue Yonder #738CC6
RGB
CMYK
RGB Variations
Color information
#738CC6 (or 0x738CC6) is known color: Wild Blue Yonder. HEX triplet: 73, 8C and C6. RGB value is (115,140,198). Sum of RGB (Red+Green+Blue) = 115+140+198=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 198 - color contains mainly: blue. Hex color #738CC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738CC6 is #8C7339. Grayscale: #8A8A8A. Windows color (decimal): -9204538 or 13012083. OLE color: 13012083.
HSL color Cylindrical-coordinate representation of color #738CC6: hue angle of 221.93º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #738CC6 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 140 | 198 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.22 |
| HSL | 221.93º | 0.42% | 0.61% | - |
| HSV(B) | 221.93º | 0.42% | 0.78% | - |
| XYZ | 26.64 | 26.48 | 57.13 | - |
| YUV | 139.14 | 161.22 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 198 | 0.42 | 0.29 | 0 | 0.22 | 221.93 | 0.42 | 0.61 |
| Hex | 73 | 8C | C6 | 2A | 1D | 0 | 16 | DE | 2A | 3D |
| Octal | 163 | 214 | 306 | 52 | 35 | 0 | 26 | 336 | 52 | 75 |
| Binary | 1110011 | 10001100 | 11000110 | 101010 | 11101 | 0 | 10110 | 11011110 | 101010 | 111101 |
Color Harmonies of #738CC6
Complementary color
Monochromatic Colors of #738CC6
Black with #738CC6
Text Example
Text Example
White with #738CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738CC6; }
p { color: rgb(115,140,198); }
H1.HeaderClassName
{
color: #738CC6;
}
.AnyTagClassName
{
color: #738CC6;
}
</style>
background-color css
<style>
a { background-color: #738CC6; }
a { background-color: rgb(115,140,198); }
div.DivClassName
{
background-color: #738CC6;
}
.BgClassName
{
background-color: #738CC6;
}
</style>
border-color css
<style>
span { border-color: #738CC6; }
span { border-color: rgb(115,140,198); }
td.TdClassName
{
border-color: #738CC6;
}
.TagClassName
{
border-color: #738CC6;
}
</style>