Shades of Wild Blue Yonder #808FC3
Tints of Wild Blue Yonder #808FC3
RGB
CMYK
RGB Variations
Color information
#808FC3 (or 0x808FC3) is known color: Wild Blue Yonder. HEX triplet: 80, 8F and C3. RGB value is (128,143,195). Sum of RGB (Red+Green+Blue) = 128+143+195=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 195 - color contains mainly: blue. Hex color #808FC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FC3 is #7F703C. Grayscale: #909090. Windows color (decimal): -8351805 or 12816256. OLE color: 12816256.
HSL color Cylindrical-coordinate representation of color #808FC3: hue angle of 226.57º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #808FC3 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 143 | 195 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.24 |
| HSL | 226.57º | 0.36% | 0.63% | - |
| HSV(B) | 226.57º | 0.34% | 0.76% | - |
| XYZ | 28.57 | 28.17 | 55.56 | - |
| YUV | 144.44 | 156.53 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 195 | 0.34 | 0.27 | 0 | 0.24 | 226.57 | 0.36 | 0.63 |
| Hex | 80 | 8F | C3 | 22 | 1B | 0 | 18 | E3 | 24 | 3F |
| Octal | 200 | 217 | 303 | 42 | 33 | 0 | 30 | 343 | 44 | 77 |
| Binary | 10000000 | 10001111 | 11000011 | 100010 | 11011 | 0 | 11000 | 11100011 | 100100 | 111111 |
Color Harmonies of #808FC3
Complementary color
Monochromatic Colors of #808FC3
Black with #808FC3
Text Example
Text Example
White with #808FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FC3; }
p { color: rgb(128,143,195); }
H1.HeaderClassName
{
color: #808FC3;
}
.AnyTagClassName
{
color: #808FC3;
}
</style>
background-color css
<style>
a { background-color: #808FC3; }
a { background-color: rgb(128,143,195); }
div.DivClassName
{
background-color: #808FC3;
}
.BgClassName
{
background-color: #808FC3;
}
</style>
border-color css
<style>
span { border-color: #808FC3; }
span { border-color: rgb(128,143,195); }
td.TdClassName
{
border-color: #808FC3;
}
.TagClassName
{
border-color: #808FC3;
}
</style>