Shades of Wild Blue Yonder #8388BB
Tints of Wild Blue Yonder #8388BB
RGB
CMYK
RGB Variations
Color information
#8388BB (or 0x8388BB) is known color: Wild Blue Yonder. HEX triplet: 83, 88 and BB. RGB value is (131,136,187). Sum of RGB (Red+Green+Blue) = 131+136+187=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #8388BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8388BB is #7C7744. Grayscale: #8C8C8C. Windows color (decimal): -8156997 or 12290179. OLE color: 12290179.
HSL color Cylindrical-coordinate representation of color #8388BB: hue angle of 234.64º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8388BB is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 136 | 187 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.27 |
| HSL | 234.64º | 0.29% | 0.62% | - |
| HSV(B) | 234.64º | 0.3% | 0.73% | - |
| XYZ | 27.13 | 26.02 | 50.61 | - |
| YUV | 140.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 187 | 0.30 | 0.27 | 0 | 0.27 | 234.64 | 0.29 | 0.62 |
| Hex | 83 | 88 | BB | 1E | 1B | 0 | 1B | EB | 1D | 3E |
| Octal | 203 | 210 | 273 | 36 | 33 | 0 | 33 | 353 | 35 | 76 |
| Binary | 10000011 | 10001000 | 10111011 | 11110 | 11011 | 0 | 11011 | 11101011 | 11101 | 111110 |
Color Harmonies of #8388BB
Complementary color
Monochromatic Colors of #8388BB
Black with #8388BB
Text Example
Text Example
White with #8388BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8388BB; }
p { color: rgb(131,136,187); }
H1.HeaderClassName
{
color: #8388BB;
}
.AnyTagClassName
{
color: #8388BB;
}
</style>
background-color css
<style>
a { background-color: #8388BB; }
a { background-color: rgb(131,136,187); }
div.DivClassName
{
background-color: #8388BB;
}
.BgClassName
{
background-color: #8388BB;
}
</style>
border-color css
<style>
span { border-color: #8388BB; }
span { border-color: rgb(131,136,187); }
td.TdClassName
{
border-color: #8388BB;
}
.TagClassName
{
border-color: #8388BB;
}
</style>