Shades of Wild Blue Yonder #8295BF
Tints of Wild Blue Yonder #8295BF
RGB
CMYK
RGB Variations
Color information
#8295BF (or 0x8295BF) is known color: Wild Blue Yonder. HEX triplet: 82, 95 and BF. RGB value is (130,149,191). Sum of RGB (Red+Green+Blue) = 130+149+191=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #8295BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8295BF is #7D6A40. Grayscale: #939393. Windows color (decimal): -8219201 or 12555650. OLE color: 12555650.
HSL color Cylindrical-coordinate representation of color #8295BF: hue angle of 221.31º 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 #8295BF is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 149 | 191 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.25 |
| HSL | 221.31º | 0.32% | 0.63% | - |
| HSV(B) | 221.31º | 0.32% | 0.75% | - |
| XYZ | 29.36 | 30 | 53.53 | - |
| YUV | 148.11 | 152.21 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 149 | 191 | 0.32 | 0.22 | 0 | 0.25 | 221.31 | 0.32 | 0.63 |
| Hex | 82 | 95 | BF | 20 | 16 | 0 | 19 | DD | 20 | 3F |
| Octal | 202 | 225 | 277 | 40 | 26 | 0 | 31 | 335 | 40 | 77 |
| Binary | 10000010 | 10010101 | 10111111 | 100000 | 10110 | 0 | 11001 | 11011101 | 100000 | 111111 |
Color Harmonies of #8295BF
Complementary color
Monochromatic Colors of #8295BF
Black with #8295BF
Text Example
Text Example
White with #8295BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8295BF; }
p { color: rgb(130,149,191); }
H1.HeaderClassName
{
color: #8295BF;
}
.AnyTagClassName
{
color: #8295BF;
}
</style>
background-color css
<style>
a { background-color: #8295BF; }
a { background-color: rgb(130,149,191); }
div.DivClassName
{
background-color: #8295BF;
}
.BgClassName
{
background-color: #8295BF;
}
</style>
border-color css
<style>
span { border-color: #8295BF; }
span { border-color: rgb(130,149,191); }
td.TdClassName
{
border-color: #8295BF;
}
.TagClassName
{
border-color: #8295BF;
}
</style>