Shades of Wild Blue Yonder #828AC4
Tints of Wild Blue Yonder #828AC4
RGB
CMYK
RGB Variations
Color information
#828AC4 (or 0x828AC4) is known color: Wild Blue Yonder. HEX triplet: 82, 8A and C4. RGB value is (130,138,196). Sum of RGB (Red+Green+Blue) = 130+138+196=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 196 - color contains mainly: blue. Hex color #828AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828AC4 is #7D753B. Grayscale: #8D8D8D. Windows color (decimal): -8222012 or 12880514. OLE color: 12880514.
HSL color Cylindrical-coordinate representation of color #828AC4: hue angle of 232.73º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #828AC4 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 138 | 196 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.23 |
| HSL | 232.73º | 0.36% | 0.64% | - |
| HSV(B) | 232.73º | 0.34% | 0.77% | - |
| XYZ | 28.26 | 26.91 | 55.93 | - |
| YUV | 142.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 196 | 0.34 | 0.30 | 0 | 0.23 | 232.73 | 0.36 | 0.64 |
| Hex | 82 | 8A | C4 | 22 | 1E | 0 | 17 | E9 | 24 | 40 |
| Octal | 202 | 212 | 304 | 42 | 36 | 0 | 27 | 351 | 44 | 100 |
| Binary | 10000010 | 10001010 | 11000100 | 100010 | 11110 | 0 | 10111 | 11101001 | 100100 | 1000000 |
Color Harmonies of #828AC4
Complementary color
Monochromatic Colors of #828AC4
Black with #828AC4
Text Example
Text Example
White with #828AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828AC4; }
p { color: rgb(130,138,196); }
H1.HeaderClassName
{
color: #828AC4;
}
.AnyTagClassName
{
color: #828AC4;
}
</style>
background-color css
<style>
a { background-color: #828AC4; }
a { background-color: rgb(130,138,196); }
div.DivClassName
{
background-color: #828AC4;
}
.BgClassName
{
background-color: #828AC4;
}
</style>
border-color css
<style>
span { border-color: #828AC4; }
span { border-color: rgb(130,138,196); }
td.TdClassName
{
border-color: #828AC4;
}
.TagClassName
{
border-color: #828AC4;
}
</style>