Shades of Wild Blue Yonder #738CCD
Tints of Wild Blue Yonder #738CCD
RGB
CMYK
RGB Variations
Color information
#738CCD (or 0x738CCD) is known color: Wild Blue Yonder. HEX triplet: 73, 8C and CD. RGB value is (115,140,205). Sum of RGB (Red+Green+Blue) = 115+140+205=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #738CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738CCD is #8C7332. Grayscale: #8B8B8B. Windows color (decimal): -9204531 or 13470835. OLE color: 13470835.
HSL color Cylindrical-coordinate representation of color #738CCD: hue angle of 223.33º 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 #738CCD is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 140 | 205 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.20 |
| HSL | 223.33º | 0.47% | 0.63% | - |
| HSV(B) | 223.33º | 0.44% | 0.8% | - |
| XYZ | 27.47 | 26.81 | 61.48 | - |
| YUV | 139.94 | 164.72 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 205 | 0.44 | 0.32 | 0 | 0.20 | 223.33 | 0.47 | 0.63 |
| Hex | 73 | 8C | CD | 2C | 20 | 0 | 14 | DF | 2F | 3F |
| Octal | 163 | 214 | 315 | 54 | 40 | 0 | 24 | 337 | 57 | 77 |
| Binary | 1110011 | 10001100 | 11001101 | 101100 | 100000 | 0 | 10100 | 11011111 | 101111 | 111111 |
Color Harmonies of #738CCD
Complementary color
Monochromatic Colors of #738CCD
Black with #738CCD
Text Example
Text Example
White with #738CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738CCD; }
p { color: rgb(115,140,205); }
H1.HeaderClassName
{
color: #738CCD;
}
.AnyTagClassName
{
color: #738CCD;
}
</style>
background-color css
<style>
a { background-color: #738CCD; }
a { background-color: rgb(115,140,205); }
div.DivClassName
{
background-color: #738CCD;
}
.BgClassName
{
background-color: #738CCD;
}
</style>
border-color css
<style>
span { border-color: #738CCD; }
span { border-color: rgb(115,140,205); }
td.TdClassName
{
border-color: #738CCD;
}
.TagClassName
{
border-color: #738CCD;
}
</style>