Shades of Wild Blue Yonder #8197B8
Tints of Wild Blue Yonder #8197B8
RGB
CMYK
RGB Variations
Color information
#8197B8 (or 0x8197B8) is known color: Wild Blue Yonder. HEX triplet: 81, 97 and B8. RGB value is (129,151,184). Sum of RGB (Red+Green+Blue) = 129+151+184=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 184 - color contains mainly: blue. Hex color #8197B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8197B8 is #7E6847. Grayscale: #949494. Windows color (decimal): -8284232 or 12097409. OLE color: 12097409.
HSL color Cylindrical-coordinate representation of color #8197B8: hue angle of 216º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8197B8 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 151 | 184 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.28 |
| HSL | 216º | 0.28% | 0.61% | - |
| HSV(B) | 216º | 0.3% | 0.72% | - |
| XYZ | 28.77 | 30.26 | 49.67 | - |
| YUV | 148.18 | 148.21 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 151 | 184 | 0.30 | 0.18 | 0 | 0.28 | 216 | 0.28 | 0.61 |
| Hex | 81 | 97 | B8 | 1E | 12 | 0 | 1C | D8 | 1C | 3D |
| Octal | 201 | 227 | 270 | 36 | 22 | 0 | 34 | 330 | 34 | 75 |
| Binary | 10000001 | 10010111 | 10111000 | 11110 | 10010 | 0 | 11100 | 11011000 | 11100 | 111101 |
Color Harmonies of #8197B8
Complementary color
Monochromatic Colors of #8197B8
Black with #8197B8
Text Example
Text Example
White with #8197B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8197B8; }
p { color: rgb(129,151,184); }
H1.HeaderClassName
{
color: #8197B8;
}
.AnyTagClassName
{
color: #8197B8;
}
</style>
background-color css
<style>
a { background-color: #8197B8; }
a { background-color: rgb(129,151,184); }
div.DivClassName
{
background-color: #8197B8;
}
.BgClassName
{
background-color: #8197B8;
}
</style>
border-color css
<style>
span { border-color: #8197B8; }
span { border-color: rgb(129,151,184); }
td.TdClassName
{
border-color: #8197B8;
}
.TagClassName
{
border-color: #8197B8;
}
</style>