Shades of Wild Blue Yonder #7386CB
Tints of Wild Blue Yonder #7386CB
RGB
CMYK
RGB Variations
Color information
#7386CB (or 0x7386CB) is known color: Wild Blue Yonder. HEX triplet: 73, 86 and CB. RGB value is (115,134,203). Sum of RGB (Red+Green+Blue) = 115+134+203=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #7386CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7386CB is #8C7934. Grayscale: #878787. Windows color (decimal): -9206069 or 13338227. OLE color: 13338227.
HSL color Cylindrical-coordinate representation of color #7386CB: hue angle of 227.05º 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 #7386CB is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 134 | 203 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.20 |
| HSL | 227.05º | 0.46% | 0.62% | - |
| HSV(B) | 227.05º | 0.43% | 0.8% | - |
| XYZ | 26.37 | 25.01 | 59.94 | - |
| YUV | 136.19 | 165.71 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 134 | 203 | 0.43 | 0.34 | 0 | 0.20 | 227.05 | 0.46 | 0.62 |
| Hex | 73 | 86 | CB | 2B | 22 | 0 | 14 | E3 | 2E | 3E |
| Octal | 163 | 206 | 313 | 53 | 42 | 0 | 24 | 343 | 56 | 76 |
| Binary | 1110011 | 10000110 | 11001011 | 101011 | 100010 | 0 | 10100 | 11100011 | 101110 | 111110 |
Color Harmonies of #7386CB
Complementary color
Monochromatic Colors of #7386CB
Black with #7386CB
Text Example
Text Example
White with #7386CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7386CB; }
p { color: rgb(115,134,203); }
H1.HeaderClassName
{
color: #7386CB;
}
.AnyTagClassName
{
color: #7386CB;
}
</style>
background-color css
<style>
a { background-color: #7386CB; }
a { background-color: rgb(115,134,203); }
div.DivClassName
{
background-color: #7386CB;
}
.BgClassName
{
background-color: #7386CB;
}
</style>
border-color css
<style>
span { border-color: #7386CB; }
span { border-color: rgb(115,134,203); }
td.TdClassName
{
border-color: #7386CB;
}
.TagClassName
{
border-color: #7386CB;
}
</style>