Shades of Wild Blue Yonder #8388BD
Tints of Wild Blue Yonder #8388BD
RGB
CMYK
RGB Variations
Color information
#8388BD (or 0x8388BD) is known color: Wild Blue Yonder. HEX triplet: 83, 88 and BD. RGB value is (131,136,189). Sum of RGB (Red+Green+Blue) = 131+136+189=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #8388BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8388BD is #7C7742. Grayscale: #8C8C8C. Windows color (decimal): -8156995 or 12421251. OLE color: 12421251.
HSL color Cylindrical-coordinate representation of color #8388BD: hue angle of 234.83º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8388BD is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 136 | 189 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.26 |
| HSL | 234.83º | 0.31% | 0.63% | - |
| HSV(B) | 234.83º | 0.31% | 0.74% | - |
| XYZ | 27.35 | 26.11 | 51.74 | - |
| YUV | 140.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 189 | 0.31 | 0.28 | 0 | 0.26 | 234.83 | 0.31 | 0.63 |
| Hex | 83 | 88 | BD | 1F | 1C | 0 | 1A | EB | 1F | 3F |
| Octal | 203 | 210 | 275 | 37 | 34 | 0 | 32 | 353 | 37 | 77 |
| Binary | 10000011 | 10001000 | 10111101 | 11111 | 11100 | 0 | 11010 | 11101011 | 11111 | 111111 |
Color Harmonies of #8388BD
Complementary color
Monochromatic Colors of #8388BD
Black with #8388BD
Text Example
Text Example
White with #8388BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8388BD; }
p { color: rgb(131,136,189); }
H1.HeaderClassName
{
color: #8388BD;
}
.AnyTagClassName
{
color: #8388BD;
}
</style>
background-color css
<style>
a { background-color: #8388BD; }
a { background-color: rgb(131,136,189); }
div.DivClassName
{
background-color: #8388BD;
}
.BgClassName
{
background-color: #8388BD;
}
</style>
border-color css
<style>
span { border-color: #8388BD; }
span { border-color: rgb(131,136,189); }
td.TdClassName
{
border-color: #8388BD;
}
.TagClassName
{
border-color: #8388BD;
}
</style>