Shades of Wild Blue Yonder #8395BB
Tints of Wild Blue Yonder #8395BB
RGB
CMYK
RGB Variations
Color information
#8395BB (or 0x8395BB) is known color: Wild Blue Yonder. HEX triplet: 83, 95 and BB. RGB value is (131,149,187). Sum of RGB (Red+Green+Blue) = 131+149+187=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #8395BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8395BB is #7C6A44. Grayscale: #939393. Windows color (decimal): -8153669 or 12293507. OLE color: 12293507.
HSL color Cylindrical-coordinate representation of color #8395BB: hue angle of 220.71º 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 #8395BB is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 149 | 187 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.27 |
| HSL | 220.71º | 0.29% | 0.62% | - |
| HSV(B) | 220.71º | 0.3% | 0.73% | - |
| XYZ | 29.08 | 29.91 | 51.25 | - |
| YUV | 147.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 187 | 0.30 | 0.20 | 0 | 0.27 | 220.71 | 0.29 | 0.62 |
| Hex | 83 | 95 | BB | 1E | 14 | 0 | 1B | DD | 1D | 3E |
| Octal | 203 | 225 | 273 | 36 | 24 | 0 | 33 | 335 | 35 | 76 |
| Binary | 10000011 | 10010101 | 10111011 | 11110 | 10100 | 0 | 11011 | 11011101 | 11101 | 111110 |
Color Harmonies of #8395BB
Complementary color
Monochromatic Colors of #8395BB
Black with #8395BB
Text Example
Text Example
White with #8395BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8395BB; }
p { color: rgb(131,149,187); }
H1.HeaderClassName
{
color: #8395BB;
}
.AnyTagClassName
{
color: #8395BB;
}
</style>
background-color css
<style>
a { background-color: #8395BB; }
a { background-color: rgb(131,149,187); }
div.DivClassName
{
background-color: #8395BB;
}
.BgClassName
{
background-color: #8395BB;
}
</style>
border-color css
<style>
span { border-color: #8395BB; }
span { border-color: rgb(131,149,187); }
td.TdClassName
{
border-color: #8395BB;
}
.TagClassName
{
border-color: #8395BB;
}
</style>