Shades of Wild Blue Yonder #8290C2
Tints of Wild Blue Yonder #8290C2
RGB
CMYK
RGB Variations
Color information
#8290C2 (or 0x8290C2) is known color: Wild Blue Yonder. HEX triplet: 82, 90 and C2. RGB value is (130,144,194). Sum of RGB (Red+Green+Blue) = 130+144+194=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #8290C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8290C2 is #7D6F3D. Grayscale: #919191. Windows color (decimal): -8220478 or 12750978. OLE color: 12750978.
HSL color Cylindrical-coordinate representation of color #8290C2: hue angle of 226.88º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8290C2 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 144 | 194 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.24 |
| HSL | 226.88º | 0.34% | 0.64% | - |
| HSV(B) | 226.88º | 0.33% | 0.76% | - |
| XYZ | 28.92 | 28.59 | 55.03 | - |
| YUV | 145.51 | 155.36 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 194 | 0.33 | 0.26 | 0 | 0.24 | 226.88 | 0.34 | 0.64 |
| Hex | 82 | 90 | C2 | 21 | 1A | 0 | 18 | E3 | 22 | 40 |
| Octal | 202 | 220 | 302 | 41 | 32 | 0 | 30 | 343 | 42 | 100 |
| Binary | 10000010 | 10010000 | 11000010 | 100001 | 11010 | 0 | 11000 | 11100011 | 100010 | 1000000 |
Color Harmonies of #8290C2
Complementary color
Monochromatic Colors of #8290C2
Black with #8290C2
Text Example
Text Example
White with #8290C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8290C2; }
p { color: rgb(130,144,194); }
H1.HeaderClassName
{
color: #8290C2;
}
.AnyTagClassName
{
color: #8290C2;
}
</style>
background-color css
<style>
a { background-color: #8290C2; }
a { background-color: rgb(130,144,194); }
div.DivClassName
{
background-color: #8290C2;
}
.BgClassName
{
background-color: #8290C2;
}
</style>
border-color css
<style>
span { border-color: #8290C2; }
span { border-color: rgb(130,144,194); }
td.TdClassName
{
border-color: #8290C2;
}
.TagClassName
{
border-color: #8290C2;
}
</style>