Shades of Wild Blue Yonder #828EC2
Tints of Wild Blue Yonder #828EC2
RGB
CMYK
RGB Variations
Color information
#828EC2 (or 0x828EC2) is known color: Wild Blue Yonder. HEX triplet: 82, 8E and C2. RGB value is (130,142,194). Sum of RGB (Red+Green+Blue) = 130+142+194=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 194 - color contains mainly: blue. Hex color #828EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828EC2 is #7D713D. Grayscale: #909090. Windows color (decimal): -8220990 or 12750466. OLE color: 12750466.
HSL color Cylindrical-coordinate representation of color #828EC2: hue angle of 228.75º 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 #828EC2 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 142 | 194 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.24 |
| HSL | 228.75º | 0.34% | 0.64% | - |
| HSV(B) | 228.75º | 0.33% | 0.76% | - |
| XYZ | 28.62 | 27.99 | 54.93 | - |
| YUV | 144.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 194 | 0.33 | 0.27 | 0 | 0.24 | 228.75 | 0.34 | 0.64 |
| Hex | 82 | 8E | C2 | 21 | 1B | 0 | 18 | E5 | 22 | 40 |
| Octal | 202 | 216 | 302 | 41 | 33 | 0 | 30 | 345 | 42 | 100 |
| Binary | 10000010 | 10001110 | 11000010 | 100001 | 11011 | 0 | 11000 | 11100101 | 100010 | 1000000 |
Color Harmonies of #828EC2
Complementary color
Monochromatic Colors of #828EC2
Black with #828EC2
Text Example
Text Example
White with #828EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828EC2; }
p { color: rgb(130,142,194); }
H1.HeaderClassName
{
color: #828EC2;
}
.AnyTagClassName
{
color: #828EC2;
}
</style>
background-color css
<style>
a { background-color: #828EC2; }
a { background-color: rgb(130,142,194); }
div.DivClassName
{
background-color: #828EC2;
}
.BgClassName
{
background-color: #828EC2;
}
</style>
border-color css
<style>
span { border-color: #828EC2; }
span { border-color: rgb(130,142,194); }
td.TdClassName
{
border-color: #828EC2;
}
.TagClassName
{
border-color: #828EC2;
}
</style>