Shades of Wild Blue Yonder #828FC2
Tints of Wild Blue Yonder #828FC2
RGB
CMYK
RGB Variations
Color information
#828FC2 (or 0x828FC2) is known color: Wild Blue Yonder. HEX triplet: 82, 8F and C2. RGB value is (130,143,194). Sum of RGB (Red+Green+Blue) = 130+143+194=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #828FC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FC2 is #7D703D. Grayscale: #909090. Windows color (decimal): -8220734 or 12750722. OLE color: 12750722.
HSL color Cylindrical-coordinate representation of color #828FC2: hue angle of 227.81º 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 #828FC2 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 143 | 194 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.24 |
| HSL | 227.81º | 0.34% | 0.64% | - |
| HSV(B) | 227.81º | 0.33% | 0.76% | - |
| XYZ | 28.77 | 28.29 | 54.98 | - |
| YUV | 144.93 | 155.69 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 194 | 0.33 | 0.26 | 0 | 0.24 | 227.81 | 0.34 | 0.64 |
| Hex | 82 | 8F | C2 | 21 | 1A | 0 | 18 | E4 | 22 | 40 |
| Octal | 202 | 217 | 302 | 41 | 32 | 0 | 30 | 344 | 42 | 100 |
| Binary | 10000010 | 10001111 | 11000010 | 100001 | 11010 | 0 | 11000 | 11100100 | 100010 | 1000000 |
Color Harmonies of #828FC2
Complementary color
Monochromatic Colors of #828FC2
Black with #828FC2
Text Example
Text Example
White with #828FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828FC2; }
p { color: rgb(130,143,194); }
H1.HeaderClassName
{
color: #828FC2;
}
.AnyTagClassName
{
color: #828FC2;
}
</style>
background-color css
<style>
a { background-color: #828FC2; }
a { background-color: rgb(130,143,194); }
div.DivClassName
{
background-color: #828FC2;
}
.BgClassName
{
background-color: #828FC2;
}
</style>
border-color css
<style>
span { border-color: #828FC2; }
span { border-color: rgb(130,143,194); }
td.TdClassName
{
border-color: #828FC2;
}
.TagClassName
{
border-color: #828FC2;
}
</style>