Shades of Wild Blue Yonder #818BB8
Tints of Wild Blue Yonder #818BB8
RGB
CMYK
RGB Variations
Color information
#818BB8 (or 0x818BB8) is known color: Wild Blue Yonder. HEX triplet: 81, 8B and B8. RGB value is (129,139,184). Sum of RGB (Red+Green+Blue) = 129+139+184=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 184 - color contains mainly: blue. Hex color #818BB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818BB8 is #7E7447. Grayscale: #8C8C8C. Windows color (decimal): -8287304 or 12094337. OLE color: 12094337.
HSL color Cylindrical-coordinate representation of color #818BB8: hue angle of 229.09º 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 #818BB8 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 139 | 184 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.28 |
| HSL | 229.09º | 0.28% | 0.61% | - |
| HSV(B) | 229.09º | 0.3% | 0.72% | - |
| XYZ | 26.94 | 26.59 | 49.06 | - |
| YUV | 141.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 184 | 0.30 | 0.24 | 0 | 0.28 | 229.09 | 0.28 | 0.61 |
| Hex | 81 | 8B | B8 | 1E | 18 | 0 | 1C | E5 | 1C | 3D |
| Octal | 201 | 213 | 270 | 36 | 30 | 0 | 34 | 345 | 34 | 75 |
| Binary | 10000001 | 10001011 | 10111000 | 11110 | 11000 | 0 | 11100 | 11100101 | 11100 | 111101 |
Color Harmonies of #818BB8
Complementary color
Monochromatic Colors of #818BB8
Black with #818BB8
Text Example
Text Example
White with #818BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818BB8; }
p { color: rgb(129,139,184); }
H1.HeaderClassName
{
color: #818BB8;
}
.AnyTagClassName
{
color: #818BB8;
}
</style>
background-color css
<style>
a { background-color: #818BB8; }
a { background-color: rgb(129,139,184); }
div.DivClassName
{
background-color: #818BB8;
}
.BgClassName
{
background-color: #818BB8;
}
</style>
border-color css
<style>
span { border-color: #818BB8; }
span { border-color: rgb(129,139,184); }
td.TdClassName
{
border-color: #818BB8;
}
.TagClassName
{
border-color: #818BB8;
}
</style>