Shades of Wild Blue Yonder #828BC3
Tints of Wild Blue Yonder #828BC3
RGB
CMYK
RGB Variations
Color information
#828BC3 (or 0x828BC3) is known color: Wild Blue Yonder. HEX triplet: 82, 8B and C3. RGB value is (130,139,195). Sum of RGB (Red+Green+Blue) = 130+139+195=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 195 - color contains mainly: blue. Hex color #828BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BC3 is #7D743C. Grayscale: #8E8E8E. Windows color (decimal): -8221757 or 12815234. OLE color: 12815234.
HSL color Cylindrical-coordinate representation of color #828BC3: hue angle of 231.69º 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 #828BC3 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 139 | 195 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.24 |
| HSL | 231.69º | 0.35% | 0.64% | - |
| HSV(B) | 231.69º | 0.33% | 0.76% | - |
| XYZ | 28.29 | 27.15 | 55.38 | - |
| YUV | 142.69 | 157.52 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 195 | 0.33 | 0.29 | 0 | 0.24 | 231.69 | 0.35 | 0.64 |
| Hex | 82 | 8B | C3 | 21 | 1D | 0 | 18 | E8 | 23 | 40 |
| Octal | 202 | 213 | 303 | 41 | 35 | 0 | 30 | 350 | 43 | 100 |
| Binary | 10000010 | 10001011 | 11000011 | 100001 | 11101 | 0 | 11000 | 11101000 | 100011 | 1000000 |
Color Harmonies of #828BC3
Complementary color
Monochromatic Colors of #828BC3
Black with #828BC3
Text Example
Text Example
White with #828BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828BC3; }
p { color: rgb(130,139,195); }
H1.HeaderClassName
{
color: #828BC3;
}
.AnyTagClassName
{
color: #828BC3;
}
</style>
background-color css
<style>
a { background-color: #828BC3; }
a { background-color: rgb(130,139,195); }
div.DivClassName
{
background-color: #828BC3;
}
.BgClassName
{
background-color: #828BC3;
}
</style>
border-color css
<style>
span { border-color: #828BC3; }
span { border-color: rgb(130,139,195); }
td.TdClassName
{
border-color: #828BC3;
}
.TagClassName
{
border-color: #828BC3;
}
</style>