Shades of Wild Blue Yonder #828DB3
Tints of Wild Blue Yonder #828DB3
RGB
CMYK
RGB Variations
Color information
#828DB3 (or 0x828DB3) is known color: Wild Blue Yonder. HEX triplet: 82, 8D and B3. RGB value is (130,141,179). Sum of RGB (Red+Green+Blue) = 130+141+179=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 179 - color contains mainly: blue. Hex color #828DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828DB3 is #7D724C. Grayscale: #8D8D8D. Windows color (decimal): -8221261 or 11767170. OLE color: 11767170.
HSL color Cylindrical-coordinate representation of color #828DB3: hue angle of 226.53º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #828DB3 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 141 | 179 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.30 |
| HSL | 226.53º | 0.24% | 0.61% | - |
| HSV(B) | 226.53º | 0.27% | 0.7% | - |
| XYZ | 26.87 | 27.05 | 46.45 | - |
| YUV | 142.04 | 148.86 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 179 | 0.27 | 0.21 | 0 | 0.30 | 226.53 | 0.24 | 0.61 |
| Hex | 82 | 8D | B3 | 1B | 15 | 0 | 1E | E3 | 18 | 3D |
| Octal | 202 | 215 | 263 | 33 | 25 | 0 | 36 | 343 | 30 | 75 |
| Binary | 10000010 | 10001101 | 10110011 | 11011 | 10101 | 0 | 11110 | 11100011 | 11000 | 111101 |
Color Harmonies of #828DB3
Complementary color
Monochromatic Colors of #828DB3
Black with #828DB3
Text Example
Text Example
White with #828DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828DB3; }
p { color: rgb(130,141,179); }
H1.HeaderClassName
{
color: #828DB3;
}
.AnyTagClassName
{
color: #828DB3;
}
</style>
background-color css
<style>
a { background-color: #828DB3; }
a { background-color: rgb(130,141,179); }
div.DivClassName
{
background-color: #828DB3;
}
.BgClassName
{
background-color: #828DB3;
}
</style>
border-color css
<style>
span { border-color: #828DB3; }
span { border-color: rgb(130,141,179); }
td.TdClassName
{
border-color: #828DB3;
}
.TagClassName
{
border-color: #828DB3;
}
</style>