Shades of Wild Blue Yonder #828FC1
Tints of Wild Blue Yonder #828FC1
RGB
CMYK
RGB Variations
Color information
#828FC1 (or 0x828FC1) is known color: Wild Blue Yonder. HEX triplet: 82, 8F and C1. RGB value is (130,143,193). Sum of RGB (Red+Green+Blue) = 130+143+193=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #828FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FC1 is #7D703E. Grayscale: #909090. Windows color (decimal): -8220735 or 12685186. OLE color: 12685186.
HSL color Cylindrical-coordinate representation of color #828FC1: hue angle of 227.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #828FC1 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 143 | 193 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.24 |
| HSL | 227.62º | 0.34% | 0.63% | - |
| HSV(B) | 227.62º | 0.33% | 0.76% | - |
| XYZ | 28.65 | 28.24 | 54.39 | - |
| YUV | 144.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 193 | 0.33 | 0.26 | 0 | 0.24 | 227.62 | 0.34 | 0.63 |
| Hex | 82 | 8F | C1 | 21 | 1A | 0 | 18 | E4 | 22 | 3F |
| Octal | 202 | 217 | 301 | 41 | 32 | 0 | 30 | 344 | 42 | 77 |
| Binary | 10000010 | 10001111 | 11000001 | 100001 | 11010 | 0 | 11000 | 11100100 | 100010 | 111111 |
Color Harmonies of #828FC1
Complementary color
Monochromatic Colors of #828FC1
Black with #828FC1
Text Example
Text Example
White with #828FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828FC1; }
p { color: rgb(130,143,193); }
H1.HeaderClassName
{
color: #828FC1;
}
.AnyTagClassName
{
color: #828FC1;
}
</style>
background-color css
<style>
a { background-color: #828FC1; }
a { background-color: rgb(130,143,193); }
div.DivClassName
{
background-color: #828FC1;
}
.BgClassName
{
background-color: #828FC1;
}
</style>
border-color css
<style>
span { border-color: #828FC1; }
span { border-color: rgb(130,143,193); }
td.TdClassName
{
border-color: #828FC1;
}
.TagClassName
{
border-color: #828FC1;
}
</style>