Shades of Wild Blue Yonder #8391BD
Tints of Wild Blue Yonder #8391BD
RGB
CMYK
RGB Variations
Color information
#8391BD (or 0x8391BD) is known color: Wild Blue Yonder. HEX triplet: 83, 91 and BD. RGB value is (131,145,189). Sum of RGB (Red+Green+Blue) = 131+145+189=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #8391BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8391BD is #7C6E42. Grayscale: #919191. Windows color (decimal): -8154691 or 12423555. OLE color: 12423555.
HSL color Cylindrical-coordinate representation of color #8391BD: hue angle of 225.52º 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 #8391BD is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 145 | 189 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.26 |
| HSL | 225.52º | 0.31% | 0.63% | - |
| HSV(B) | 225.52º | 0.31% | 0.74% | - |
| XYZ | 28.67 | 28.75 | 52.18 | - |
| YUV | 145.83 | 152.36 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 145 | 189 | 0.31 | 0.23 | 0 | 0.26 | 225.52 | 0.31 | 0.63 |
| Hex | 83 | 91 | BD | 1F | 17 | 0 | 1A | E2 | 1F | 3F |
| Octal | 203 | 221 | 275 | 37 | 27 | 0 | 32 | 342 | 37 | 77 |
| Binary | 10000011 | 10010001 | 10111101 | 11111 | 10111 | 0 | 11010 | 11100010 | 11111 | 111111 |
Color Harmonies of #8391BD
Complementary color
Monochromatic Colors of #8391BD
Black with #8391BD
Text Example
Text Example
White with #8391BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8391BD; }
p { color: rgb(131,145,189); }
H1.HeaderClassName
{
color: #8391BD;
}
.AnyTagClassName
{
color: #8391BD;
}
</style>
background-color css
<style>
a { background-color: #8391BD; }
a { background-color: rgb(131,145,189); }
div.DivClassName
{
background-color: #8391BD;
}
.BgClassName
{
background-color: #8391BD;
}
</style>
border-color css
<style>
span { border-color: #8391BD; }
span { border-color: rgb(131,145,189); }
td.TdClassName
{
border-color: #8391BD;
}
.TagClassName
{
border-color: #8391BD;
}
</style>