Shades of Wild Blue Yonder #8294C1
Tints of Wild Blue Yonder #8294C1
RGB
CMYK
RGB Variations
Color information
#8294C1 (or 0x8294C1) is known color: Wild Blue Yonder. HEX triplet: 82, 94 and C1. RGB value is (130,148,193). Sum of RGB (Red+Green+Blue) = 130+148+193=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #8294C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8294C1 is #7D6B3E. Grayscale: #939393. Windows color (decimal): -8219455 or 12686466. OLE color: 12686466.
HSL color Cylindrical-coordinate representation of color #8294C1: hue angle of 222.86º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8294C1 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 148 | 193 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.24 |
| HSL | 222.86º | 0.34% | 0.63% | - |
| HSV(B) | 222.86º | 0.33% | 0.76% | - |
| XYZ | 29.42 | 29.78 | 54.65 | - |
| YUV | 147.75 | 153.54 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 148 | 193 | 0.33 | 0.23 | 0 | 0.24 | 222.86 | 0.34 | 0.63 |
| Hex | 82 | 94 | C1 | 21 | 17 | 0 | 18 | DF | 22 | 3F |
| Octal | 202 | 224 | 301 | 41 | 27 | 0 | 30 | 337 | 42 | 77 |
| Binary | 10000010 | 10010100 | 11000001 | 100001 | 10111 | 0 | 11000 | 11011111 | 100010 | 111111 |
Color Harmonies of #8294C1
Complementary color
Monochromatic Colors of #8294C1
Black with #8294C1
Text Example
Text Example
White with #8294C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8294C1; }
p { color: rgb(130,148,193); }
H1.HeaderClassName
{
color: #8294C1;
}
.AnyTagClassName
{
color: #8294C1;
}
</style>
background-color css
<style>
a { background-color: #8294C1; }
a { background-color: rgb(130,148,193); }
div.DivClassName
{
background-color: #8294C1;
}
.BgClassName
{
background-color: #8294C1;
}
</style>
border-color css
<style>
span { border-color: #8294C1; }
span { border-color: rgb(130,148,193); }
td.TdClassName
{
border-color: #8294C1;
}
.TagClassName
{
border-color: #8294C1;
}
</style>