Shades of Wild Blue Yonder #808CBC
Tints of Wild Blue Yonder #808CBC
RGB
CMYK
RGB Variations
Color information
#808CBC (or 0x808CBC) is known color: Wild Blue Yonder. HEX triplet: 80, 8C and BC. RGB value is (128,140,188). Sum of RGB (Red+Green+Blue) = 128+140+188=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #808CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CBC is #7F7343. Grayscale: #8D8D8D. Windows color (decimal): -8352580 or 12356736. OLE color: 12356736.
HSL color Cylindrical-coordinate representation of color #808CBC: hue angle of 228º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #808CBC is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 140 | 188 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.26 |
| HSL | 228º | 0.31% | 0.62% | - |
| HSV(B) | 228º | 0.32% | 0.74% | - |
| XYZ | 27.36 | 26.98 | 51.34 | - |
| YUV | 141.88 | 154.02 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 188 | 0.32 | 0.26 | 0 | 0.26 | 228 | 0.31 | 0.62 |
| Hex | 80 | 8C | BC | 20 | 1A | 0 | 1A | E4 | 1F | 3E |
| Octal | 200 | 214 | 274 | 40 | 32 | 0 | 32 | 344 | 37 | 76 |
| Binary | 10000000 | 10001100 | 10111100 | 100000 | 11010 | 0 | 11010 | 11100100 | 11111 | 111110 |
Color Harmonies of #808CBC
Complementary color
Monochromatic Colors of #808CBC
Black with #808CBC
Text Example
Text Example
White with #808CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808CBC; }
p { color: rgb(128,140,188); }
H1.HeaderClassName
{
color: #808CBC;
}
.AnyTagClassName
{
color: #808CBC;
}
</style>
background-color css
<style>
a { background-color: #808CBC; }
a { background-color: rgb(128,140,188); }
div.DivClassName
{
background-color: #808CBC;
}
.BgClassName
{
background-color: #808CBC;
}
</style>
border-color css
<style>
span { border-color: #808CBC; }
span { border-color: rgb(128,140,188); }
td.TdClassName
{
border-color: #808CBC;
}
.TagClassName
{
border-color: #808CBC;
}
</style>