Shades of Wild Blue Yonder #808BC7
Tints of Wild Blue Yonder #808BC7
RGB
CMYK
RGB Variations
Color information
#808BC7 (or 0x808BC7) is known color: Wild Blue Yonder. HEX triplet: 80, 8B and C7. RGB value is (128,139,199). Sum of RGB (Red+Green+Blue) = 128+139+199=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 199 - color contains mainly: blue. Hex color #808BC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BC7 is #7F7438. Grayscale: #8E8E8E. Windows color (decimal): -8352825 or 13077376. OLE color: 13077376.
HSL color Cylindrical-coordinate representation of color #808BC7: hue angle of 230.7º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #808BC7 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 139 | 199 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.22 |
| HSL | 230.7º | 0.39% | 0.64% | - |
| HSV(B) | 230.7º | 0.36% | 0.78% | - |
| XYZ | 28.44 | 27.18 | 57.78 | - |
| YUV | 142.55 | 159.86 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 199 | 0.36 | 0.30 | 0 | 0.22 | 230.7 | 0.39 | 0.64 |
| Hex | 80 | 8B | C7 | 24 | 1E | 0 | 16 | E7 | 27 | 40 |
| Octal | 200 | 213 | 307 | 44 | 36 | 0 | 26 | 347 | 47 | 100 |
| Binary | 10000000 | 10001011 | 11000111 | 100100 | 11110 | 0 | 10110 | 11100111 | 100111 | 1000000 |
Color Harmonies of #808BC7
Complementary color
Monochromatic Colors of #808BC7
Black with #808BC7
Text Example
Text Example
White with #808BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808BC7; }
p { color: rgb(128,139,199); }
H1.HeaderClassName
{
color: #808BC7;
}
.AnyTagClassName
{
color: #808BC7;
}
</style>
background-color css
<style>
a { background-color: #808BC7; }
a { background-color: rgb(128,139,199); }
div.DivClassName
{
background-color: #808BC7;
}
.BgClassName
{
background-color: #808BC7;
}
</style>
border-color css
<style>
span { border-color: #808BC7; }
span { border-color: rgb(128,139,199); }
td.TdClassName
{
border-color: #808BC7;
}
.TagClassName
{
border-color: #808BC7;
}
</style>