Shades of Wild Blue Yonder #8291C8
Tints of Wild Blue Yonder #8291C8
RGB
CMYK
RGB Variations
Color information
#8291C8 (or 0x8291C8) is known color: Wild Blue Yonder. HEX triplet: 82, 91 and C8. RGB value is (130,145,200). Sum of RGB (Red+Green+Blue) = 130+145+200=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #8291C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8291C8 is #7D6E37. Grayscale: #929292. Windows color (decimal): -8220216 or 13144450. OLE color: 13144450.
HSL color Cylindrical-coordinate representation of color #8291C8: hue angle of 227.14º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8291C8 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 145 | 200 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.22 |
| HSL | 227.14º | 0.39% | 0.65% | - |
| HSV(B) | 227.14º | 0.35% | 0.78% | - |
| XYZ | 29.76 | 29.17 | 58.7 | - |
| YUV | 146.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 145 | 200 | 0.35 | 0.28 | 0 | 0.22 | 227.14 | 0.39 | 0.65 |
| Hex | 82 | 91 | C8 | 23 | 1C | 0 | 16 | E3 | 27 | 41 |
| Octal | 202 | 221 | 310 | 43 | 34 | 0 | 26 | 343 | 47 | 101 |
| Binary | 10000010 | 10010001 | 11001000 | 100011 | 11100 | 0 | 10110 | 11100011 | 100111 | 1000001 |
Color Harmonies of #8291C8
Complementary color
Monochromatic Colors of #8291C8
Black with #8291C8
Text Example
Text Example
White with #8291C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8291C8; }
p { color: rgb(130,145,200); }
H1.HeaderClassName
{
color: #8291C8;
}
.AnyTagClassName
{
color: #8291C8;
}
</style>
background-color css
<style>
a { background-color: #8291C8; }
a { background-color: rgb(130,145,200); }
div.DivClassName
{
background-color: #8291C8;
}
.BgClassName
{
background-color: #8291C8;
}
</style>
border-color css
<style>
span { border-color: #8291C8; }
span { border-color: rgb(130,145,200); }
td.TdClassName
{
border-color: #8291C8;
}
.TagClassName
{
border-color: #8291C8;
}
</style>