Shades of Wild Blue Yonder #828FC3
Tints of Wild Blue Yonder #828FC3
RGB
CMYK
RGB Variations
Color information
#828FC3 (or 0x828FC3) is known color: Wild Blue Yonder. HEX triplet: 82, 8F and C3. RGB value is (130,143,195). Sum of RGB (Red+Green+Blue) = 130+143+195=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 195 - color contains mainly: blue. Hex color #828FC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FC3 is #7D703C. Grayscale: #909090. Windows color (decimal): -8220733 or 12816258. OLE color: 12816258.
HSL color Cylindrical-coordinate representation of color #828FC3: hue angle of 228º 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 #828FC3 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 143 | 195 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.24 |
| HSL | 228º | 0.35% | 0.64% | - |
| HSV(B) | 228º | 0.33% | 0.76% | - |
| XYZ | 28.88 | 28.33 | 55.58 | - |
| YUV | 145.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 195 | 0.33 | 0.27 | 0 | 0.24 | 228 | 0.35 | 0.64 |
| Hex | 82 | 8F | C3 | 21 | 1B | 0 | 18 | E4 | 23 | 40 |
| Octal | 202 | 217 | 303 | 41 | 33 | 0 | 30 | 344 | 43 | 100 |
| Binary | 10000010 | 10001111 | 11000011 | 100001 | 11011 | 0 | 11000 | 11100100 | 100011 | 1000000 |
Color Harmonies of #828FC3
Complementary color
Monochromatic Colors of #828FC3
Black with #828FC3
Text Example
Text Example
White with #828FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828FC3; }
p { color: rgb(130,143,195); }
H1.HeaderClassName
{
color: #828FC3;
}
.AnyTagClassName
{
color: #828FC3;
}
</style>
background-color css
<style>
a { background-color: #828FC3; }
a { background-color: rgb(130,143,195); }
div.DivClassName
{
background-color: #828FC3;
}
.BgClassName
{
background-color: #828FC3;
}
</style>
border-color css
<style>
span { border-color: #828FC3; }
span { border-color: rgb(130,143,195); }
td.TdClassName
{
border-color: #828FC3;
}
.TagClassName
{
border-color: #828FC3;
}
</style>