Shades of Wild Blue Yonder #7388CB
Tints of Wild Blue Yonder #7388CB
RGB
CMYK
RGB Variations
Color information
#7388CB (or 0x7388CB) is known color: Wild Blue Yonder. HEX triplet: 73, 88 and CB. RGB value is (115,136,203). Sum of RGB (Red+Green+Blue) = 115+136+203=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #7388CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7388CB is #8C7734. Grayscale: #898989. Windows color (decimal): -9205557 or 13338739. OLE color: 13338739.
HSL color Cylindrical-coordinate representation of color #7388CB: hue angle of 225.68º 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 #7388CB is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 136 | 203 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.20 |
| HSL | 225.68º | 0.46% | 0.62% | - |
| HSV(B) | 225.68º | 0.43% | 0.8% | - |
| XYZ | 26.65 | 25.56 | 60.03 | - |
| YUV | 137.36 | 165.04 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 136 | 203 | 0.43 | 0.33 | 0 | 0.20 | 225.68 | 0.46 | 0.62 |
| Hex | 73 | 88 | CB | 2B | 21 | 0 | 14 | E2 | 2E | 3E |
| Octal | 163 | 210 | 313 | 53 | 41 | 0 | 24 | 342 | 56 | 76 |
| Binary | 1110011 | 10001000 | 11001011 | 101011 | 100001 | 0 | 10100 | 11100010 | 101110 | 111110 |
Color Harmonies of #7388CB
Complementary color
Monochromatic Colors of #7388CB
Black with #7388CB
Text Example
Text Example
White with #7388CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7388CB; }
p { color: rgb(115,136,203); }
H1.HeaderClassName
{
color: #7388CB;
}
.AnyTagClassName
{
color: #7388CB;
}
</style>
background-color css
<style>
a { background-color: #7388CB; }
a { background-color: rgb(115,136,203); }
div.DivClassName
{
background-color: #7388CB;
}
.BgClassName
{
background-color: #7388CB;
}
</style>
border-color css
<style>
span { border-color: #7388CB; }
span { border-color: rgb(115,136,203); }
td.TdClassName
{
border-color: #7388CB;
}
.TagClassName
{
border-color: #7388CB;
}
</style>