Shades of Wild Blue Yonder #738CCC
Tints of Wild Blue Yonder #738CCC
RGB
CMYK
RGB Variations
Color information
#738CCC (or 0x738CCC) is known color: Wild Blue Yonder. HEX triplet: 73, 8C and CC. RGB value is (115,140,204). Sum of RGB (Red+Green+Blue) = 115+140+204=459 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.05% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #738CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738CCC is #8C7333. Grayscale: #8B8B8B. Windows color (decimal): -9204532 or 13405299. OLE color: 13405299.
HSL color Cylindrical-coordinate representation of color #738CCC: hue angle of 223.15º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #738CCC is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 140 | 204 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.2 |
| HSL | 223.15º | 0.47% | 0.63% | - |
| HSV(B) | 223.15º | 0.44% | 0.8% | - |
| XYZ | 27.35 | 26.76 | 60.85 | - |
| YUV | 139.82 | 164.22 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 204 | 0.44 | 0.31 | 0 | 0.2 | 223.15 | 0.47 | 0.63 |
| Hex | 73 | 8C | CC | 2C | 1F | 0 | 14 | DF | 2F | 3F |
| Octal | 163 | 214 | 314 | 54 | 37 | 0 | 24 | 337 | 57 | 77 |
| Binary | 1110011 | 10001100 | 11001100 | 101100 | 11111 | 0 | 10100 | 11011111 | 101111 | 111111 |
Color Harmonies of #738CCC
Complementary color
Monochromatic Colors of #738CCC
Black with #738CCC
Text Example
Text Example
White with #738CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738CCC; }
p { color: rgb(115,140,204); }
H1.HeaderClassName
{
color: #738CCC;
}
.AnyTagClassName
{
color: #738CCC;
}
</style>
background-color css
<style>
a { background-color: #738CCC; }
a { background-color: rgb(115,140,204); }
div.DivClassName
{
background-color: #738CCC;
}
.BgClassName
{
background-color: #738CCC;
}
</style>
border-color css
<style>
span { border-color: #738CCC; }
span { border-color: rgb(115,140,204); }
td.TdClassName
{
border-color: #738CCC;
}
.TagClassName
{
border-color: #738CCC;
}
</style>