Shades of Wild Blue Yonder #828DC7
Tints of Wild Blue Yonder #828DC7
RGB
CMYK
RGB Variations
Color information
#828DC7 (or 0x828DC7) is known color: Wild Blue Yonder. HEX triplet: 82, 8D and C7. RGB value is (130,141,199). Sum of RGB (Red+Green+Blue) = 130+141+199=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 199 - color contains mainly: blue. Hex color #828DC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828DC7 is #7D7238. Grayscale: #909090. Windows color (decimal): -8221241 or 13077890. OLE color: 13077890.
HSL color Cylindrical-coordinate representation of color #828DC7: hue angle of 230.43º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #828DC7 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 141 | 199 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.22 |
| HSL | 230.43º | 0.38% | 0.65% | - |
| HSV(B) | 230.43º | 0.35% | 0.78% | - |
| XYZ | 29.04 | 27.92 | 57.89 | - |
| YUV | 144.32 | 158.86 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 199 | 0.35 | 0.29 | 0 | 0.22 | 230.43 | 0.38 | 0.65 |
| Hex | 82 | 8D | C7 | 23 | 1D | 0 | 16 | E6 | 26 | 41 |
| Octal | 202 | 215 | 307 | 43 | 35 | 0 | 26 | 346 | 46 | 101 |
| Binary | 10000010 | 10001101 | 11000111 | 100011 | 11101 | 0 | 10110 | 11100110 | 100110 | 1000001 |
Color Harmonies of #828DC7
Complementary color
Monochromatic Colors of #828DC7
Black with #828DC7
Text Example
Text Example
White with #828DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828DC7; }
p { color: rgb(130,141,199); }
H1.HeaderClassName
{
color: #828DC7;
}
.AnyTagClassName
{
color: #828DC7;
}
</style>
background-color css
<style>
a { background-color: #828DC7; }
a { background-color: rgb(130,141,199); }
div.DivClassName
{
background-color: #828DC7;
}
.BgClassName
{
background-color: #828DC7;
}
</style>
border-color css
<style>
span { border-color: #828DC7; }
span { border-color: rgb(130,141,199); }
td.TdClassName
{
border-color: #828DC7;
}
.TagClassName
{
border-color: #828DC7;
}
</style>