Shades of Wild Blue Yonder #8397BB
Tints of Wild Blue Yonder #8397BB
RGB
CMYK
RGB Variations
Color information
#8397BB (or 0x8397BB) is known color: Wild Blue Yonder. HEX triplet: 83, 97 and BB. RGB value is (131,151,187). Sum of RGB (Red+Green+Blue) = 131+151+187=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #8397BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8397BB is #7C6844. Grayscale: #949494. Windows color (decimal): -8153157 or 12294019. OLE color: 12294019.
HSL color Cylindrical-coordinate representation of color #8397BB: hue angle of 218.57º 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 #8397BB is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 151 | 187 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.27 |
| HSL | 218.57º | 0.29% | 0.62% | - |
| HSV(B) | 218.57º | 0.3% | 0.73% | - |
| XYZ | 29.4 | 30.55 | 51.36 | - |
| YUV | 149.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 151 | 187 | 0.30 | 0.19 | 0 | 0.27 | 218.57 | 0.29 | 0.62 |
| Hex | 83 | 97 | BB | 1E | 13 | 0 | 1B | DB | 1D | 3E |
| Octal | 203 | 227 | 273 | 36 | 23 | 0 | 33 | 333 | 35 | 76 |
| Binary | 10000011 | 10010111 | 10111011 | 11110 | 10011 | 0 | 11011 | 11011011 | 11101 | 111110 |
Color Harmonies of #8397BB
Complementary color
Monochromatic Colors of #8397BB
Black with #8397BB
Text Example
Text Example
White with #8397BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8397BB; }
p { color: rgb(131,151,187); }
H1.HeaderClassName
{
color: #8397BB;
}
.AnyTagClassName
{
color: #8397BB;
}
</style>
background-color css
<style>
a { background-color: #8397BB; }
a { background-color: rgb(131,151,187); }
div.DivClassName
{
background-color: #8397BB;
}
.BgClassName
{
background-color: #8397BB;
}
</style>
border-color css
<style>
span { border-color: #8397BB; }
span { border-color: rgb(131,151,187); }
td.TdClassName
{
border-color: #8397BB;
}
.TagClassName
{
border-color: #8397BB;
}
</style>