Shades of Wild Blue Yonder #8290B5
Tints of Wild Blue Yonder #8290B5
RGB
CMYK
RGB Variations
Color information
#8290B5 (or 0x8290B5) is known color: Wild Blue Yonder. HEX triplet: 82, 90 and B5. RGB value is (130,144,181). Sum of RGB (Red+Green+Blue) = 130+144+181=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 181 - color contains mainly: blue. Hex color #8290B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8290B5 is #7D6F4A. Grayscale: #8F8F8F. Windows color (decimal): -8220491 or 11899010. OLE color: 11899010.
HSL color Cylindrical-coordinate representation of color #8290B5: hue angle of 223.53º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8290B5 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 130 | 144 | 181 | - |
CMYK | 0.28 | 0.20 | 0 | 0.29 |
HSL | 223.53º | 0.26% | 0.61% | - |
HSV(B) | 223.53º | 0.28% | 0.71% | - |
XYZ | 27.52 | 28.03 | 47.68 | - |
YUV | 144.03 | 148.86 | 117.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 144 | 181 | 0.28 | 0.20 | 0 | 0.29 | 223.53 | 0.26 | 0.61 |
Hex | 82 | 90 | B5 | 1C | 14 | 0 | 1D | E0 | 1A | 3D |
Octal | 202 | 220 | 265 | 34 | 24 | 0 | 35 | 340 | 32 | 75 |
Binary | 10000010 | 10010000 | 10110101 | 11100 | 10100 | 0 | 11101 | 11100000 | 11010 | 111101 |
Color Harmonies of #8290B5
Complementary color
Monochromatic Colors of #8290B5
Black with #8290B5
Text Example
Text Example
White with #8290B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8290B5; }
p { color: rgb(130,144,181); }
H1.HeaderClassName
{
color: #8290B5;
}
.AnyTagClassName
{
color: #8290B5;
}
</style>
background-color css
<style>
a { background-color: #8290B5; }
a { background-color: rgb(130,144,181); }
div.DivClassName
{
background-color: #8290B5;
}
.BgClassName
{
background-color: #8290B5;
}
</style>
border-color css
<style>
span { border-color: #8290B5; }
span { border-color: rgb(130,144,181); }
td.TdClassName
{
border-color: #8290B5;
}
.TagClassName
{
border-color: #8290B5;
}
</style>