Shades of Wild Blue Yonder #8387B1
Tints of Wild Blue Yonder #8387B1
RGB
CMYK
RGB Variations
Color information
#8387B1 (or 0x8387B1) is known color: Wild Blue Yonder. HEX triplet: 83, 87 and B1. RGB value is (131,135,177). Sum of RGB (Red+Green+Blue) = 131+135+177=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 177 - color contains mainly: blue. Hex color #8387B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8387B1 is #7C784E. Grayscale: #8A8A8A. Windows color (decimal): -8157263 or 11634563. OLE color: 11634563.
HSL color Cylindrical-coordinate representation of color #8387B1: hue angle of 234.78º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8387B1 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 135 | 177 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.31 |
| HSL | 234.78º | 0.23% | 0.6% | - |
| HSV(B) | 234.78º | 0.26% | 0.69% | - |
| XYZ | 25.96 | 25.33 | 45.12 | - |
| YUV | 138.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 135 | 177 | 0.26 | 0.24 | 0 | 0.31 | 234.78 | 0.23 | 0.6 |
| Hex | 83 | 87 | B1 | 1A | 18 | 0 | 1F | EB | 17 | 3C |
| Octal | 203 | 207 | 261 | 32 | 30 | 0 | 37 | 353 | 27 | 74 |
| Binary | 10000011 | 10000111 | 10110001 | 11010 | 11000 | 0 | 11111 | 11101011 | 10111 | 111100 |
Color Harmonies of #8387B1
Complementary color
Monochromatic Colors of #8387B1
Black with #8387B1
Text Example
Text Example
White with #8387B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8387B1; }
p { color: rgb(131,135,177); }
H1.HeaderClassName
{
color: #8387B1;
}
.AnyTagClassName
{
color: #8387B1;
}
</style>
background-color css
<style>
a { background-color: #8387B1; }
a { background-color: rgb(131,135,177); }
div.DivClassName
{
background-color: #8387B1;
}
.BgClassName
{
background-color: #8387B1;
}
</style>
border-color css
<style>
span { border-color: #8387B1; }
span { border-color: rgb(131,135,177); }
td.TdClassName
{
border-color: #8387B1;
}
.TagClassName
{
border-color: #8387B1;
}
</style>