Shades of Wild Blue Yonder #8294BF
Tints of Wild Blue Yonder #8294BF
RGB
CMYK
RGB Variations
Color information
#8294BF (or 0x8294BF) is known color: Wild Blue Yonder. HEX triplet: 82, 94 and BF. RGB value is (130,148,191). Sum of RGB (Red+Green+Blue) = 130+148+191=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #8294BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8294BF is #7D6B40. Grayscale: #939393. Windows color (decimal): -8219457 or 12555394. OLE color: 12555394.
HSL color Cylindrical-coordinate representation of color #8294BF: hue angle of 222.3º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8294BF is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 148 | 191 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.25 |
| HSL | 222.3º | 0.32% | 0.63% | - |
| HSV(B) | 222.3º | 0.32% | 0.75% | - |
| XYZ | 29.2 | 29.69 | 53.48 | - |
| YUV | 147.52 | 152.54 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 148 | 191 | 0.32 | 0.23 | 0 | 0.25 | 222.3 | 0.32 | 0.63 |
| Hex | 82 | 94 | BF | 20 | 17 | 0 | 19 | DE | 20 | 3F |
| Octal | 202 | 224 | 277 | 40 | 27 | 0 | 31 | 336 | 40 | 77 |
| Binary | 10000010 | 10010100 | 10111111 | 100000 | 10111 | 0 | 11001 | 11011110 | 100000 | 111111 |
Color Harmonies of #8294BF
Complementary color
Monochromatic Colors of #8294BF
Black with #8294BF
Text Example
Text Example
White with #8294BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8294BF; }
p { color: rgb(130,148,191); }
H1.HeaderClassName
{
color: #8294BF;
}
.AnyTagClassName
{
color: #8294BF;
}
</style>
background-color css
<style>
a { background-color: #8294BF; }
a { background-color: rgb(130,148,191); }
div.DivClassName
{
background-color: #8294BF;
}
.BgClassName
{
background-color: #8294BF;
}
</style>
border-color css
<style>
span { border-color: #8294BF; }
span { border-color: rgb(130,148,191); }
td.TdClassName
{
border-color: #8294BF;
}
.TagClassName
{
border-color: #8294BF;
}
</style>