Shades of Wild Blue Yonder #8197BE
Tints of Wild Blue Yonder #8197BE
RGB
CMYK
RGB Variations
Color information
#8197BE (or 0x8197BE) is known color: Wild Blue Yonder. HEX triplet: 81, 97 and BE. RGB value is (129,151,190). Sum of RGB (Red+Green+Blue) = 129+151+190=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #8197BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8197BE is #7E6841. Grayscale: #949494. Windows color (decimal): -8284226 or 12490625. OLE color: 12490625.
HSL color Cylindrical-coordinate representation of color #8197BE: hue angle of 218.36º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8197BE is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 151 | 190 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.25 |
| HSL | 218.36º | 0.32% | 0.63% | - |
| HSV(B) | 218.36º | 0.32% | 0.75% | - |
| XYZ | 29.41 | 30.52 | 53.06 | - |
| YUV | 148.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 151 | 190 | 0.32 | 0.21 | 0 | 0.25 | 218.36 | 0.32 | 0.63 |
| Hex | 81 | 97 | BE | 20 | 15 | 0 | 19 | DA | 20 | 3F |
| Octal | 201 | 227 | 276 | 40 | 25 | 0 | 31 | 332 | 40 | 77 |
| Binary | 10000001 | 10010111 | 10111110 | 100000 | 10101 | 0 | 11001 | 11011010 | 100000 | 111111 |
Color Harmonies of #8197BE
Complementary color
Monochromatic Colors of #8197BE
Black with #8197BE
Text Example
Text Example
White with #8197BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8197BE; }
p { color: rgb(129,151,190); }
H1.HeaderClassName
{
color: #8197BE;
}
.AnyTagClassName
{
color: #8197BE;
}
</style>
background-color css
<style>
a { background-color: #8197BE; }
a { background-color: rgb(129,151,190); }
div.DivClassName
{
background-color: #8197BE;
}
.BgClassName
{
background-color: #8197BE;
}
</style>
border-color css
<style>
span { border-color: #8197BE; }
span { border-color: rgb(129,151,190); }
td.TdClassName
{
border-color: #8197BE;
}
.TagClassName
{
border-color: #8197BE;
}
</style>