Shades of Wild Blue Yonder #738BCB
Tints of Wild Blue Yonder #738BCB
RGB
CMYK
RGB Variations
Color information
#738BCB (or 0x738BCB) is known color: Wild Blue Yonder. HEX triplet: 73, 8B and CB. RGB value is (115,139,203). Sum of RGB (Red+Green+Blue) = 115+139+203=457 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.16% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #738BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738BCB is #8C7434. Grayscale: #8A8A8A. Windows color (decimal): -9204789 or 13339507. OLE color: 13339507.
HSL color Cylindrical-coordinate representation of color #738BCB: hue angle of 223.64º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #738BCB is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 139 | 203 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.20 |
| HSL | 223.64º | 0.46% | 0.62% | - |
| HSV(B) | 223.64º | 0.43% | 0.8% | - |
| XYZ | 27.08 | 26.42 | 60.17 | - |
| YUV | 139.12 | 164.05 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 203 | 0.43 | 0.32 | 0 | 0.20 | 223.64 | 0.46 | 0.62 |
| Hex | 73 | 8B | CB | 2B | 20 | 0 | 14 | E0 | 2E | 3E |
| Octal | 163 | 213 | 313 | 53 | 40 | 0 | 24 | 340 | 56 | 76 |
| Binary | 1110011 | 10001011 | 11001011 | 101011 | 100000 | 0 | 10100 | 11100000 | 101110 | 111110 |
Color Harmonies of #738BCB
Complementary color
Monochromatic Colors of #738BCB
Black with #738BCB
Text Example
Text Example
White with #738BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738BCB; }
p { color: rgb(115,139,203); }
H1.HeaderClassName
{
color: #738BCB;
}
.AnyTagClassName
{
color: #738BCB;
}
</style>
background-color css
<style>
a { background-color: #738BCB; }
a { background-color: rgb(115,139,203); }
div.DivClassName
{
background-color: #738BCB;
}
.BgClassName
{
background-color: #738BCB;
}
</style>
border-color css
<style>
span { border-color: #738BCB; }
span { border-color: rgb(115,139,203); }
td.TdClassName
{
border-color: #738BCB;
}
.TagClassName
{
border-color: #738BCB;
}
</style>