Shades of Wild Blue Yonder #828AC3
Tints of Wild Blue Yonder #828AC3
RGB
CMYK
RGB Variations
Color information
#828AC3 (or 0x828AC3) is known color: Wild Blue Yonder. HEX triplet: 82, 8A and C3. RGB value is (130,138,195). Sum of RGB (Red+Green+Blue) = 130+138+195=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 195 - color contains mainly: blue. Hex color #828AC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828AC3 is #7D753C. Grayscale: #8D8D8D. Windows color (decimal): -8222013 or 12814978. OLE color: 12814978.
HSL color Cylindrical-coordinate representation of color #828AC3: hue angle of 232.62º degrees, saturation: 0.35, 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 #828AC3 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 138 | 195 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.24 |
| HSL | 232.62º | 0.35% | 0.64% | - |
| HSV(B) | 232.62º | 0.33% | 0.76% | - |
| XYZ | 28.14 | 26.86 | 55.33 | - |
| YUV | 142.11 | 157.85 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 195 | 0.33 | 0.29 | 0 | 0.24 | 232.62 | 0.35 | 0.64 |
| Hex | 82 | 8A | C3 | 21 | 1D | 0 | 18 | E9 | 23 | 40 |
| Octal | 202 | 212 | 303 | 41 | 35 | 0 | 30 | 351 | 43 | 100 |
| Binary | 10000010 | 10001010 | 11000011 | 100001 | 11101 | 0 | 11000 | 11101001 | 100011 | 1000000 |
Color Harmonies of #828AC3
Complementary color
Monochromatic Colors of #828AC3
Black with #828AC3
Text Example
Text Example
White with #828AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828AC3; }
p { color: rgb(130,138,195); }
H1.HeaderClassName
{
color: #828AC3;
}
.AnyTagClassName
{
color: #828AC3;
}
</style>
background-color css
<style>
a { background-color: #828AC3; }
a { background-color: rgb(130,138,195); }
div.DivClassName
{
background-color: #828AC3;
}
.BgClassName
{
background-color: #828AC3;
}
</style>
border-color css
<style>
span { border-color: #828AC3; }
span { border-color: rgb(130,138,195); }
td.TdClassName
{
border-color: #828AC3;
}
.TagClassName
{
border-color: #828AC3;
}
</style>