Shades of Wild Blue Yonder #8285BC
Tints of Wild Blue Yonder #8285BC
RGB
CMYK
RGB Variations
Color information
#8285BC (or 0x8285BC) is known color: Wild Blue Yonder. HEX triplet: 82, 85 and BC. RGB value is (130,133,188). Sum of RGB (Red+Green+Blue) = 130+133+188=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #8285BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8285BC is #7D7A43. Grayscale: #8A8A8A. Windows color (decimal): -8223300 or 12354946. OLE color: 12354946.
HSL color Cylindrical-coordinate representation of color #8285BC: hue angle of 236.9º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8285BC is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 133 | 188 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.26 |
| HSL | 236.9º | 0.3% | 0.62% | - |
| HSV(B) | 236.9º | 0.31% | 0.74% | - |
| XYZ | 26.67 | 25.15 | 51.03 | - |
| YUV | 138.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 188 | 0.31 | 0.29 | 0 | 0.26 | 236.9 | 0.3 | 0.62 |
| Hex | 82 | 85 | BC | 1F | 1D | 0 | 1A | ED | 1E | 3E |
| Octal | 202 | 205 | 274 | 37 | 35 | 0 | 32 | 355 | 36 | 76 |
| Binary | 10000010 | 10000101 | 10111100 | 11111 | 11101 | 0 | 11010 | 11101101 | 11110 | 111110 |
Color Harmonies of #8285BC
Complementary color
Monochromatic Colors of #8285BC
Black with #8285BC
Text Example
Text Example
White with #8285BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8285BC; }
p { color: rgb(130,133,188); }
H1.HeaderClassName
{
color: #8285BC;
}
.AnyTagClassName
{
color: #8285BC;
}
</style>
background-color css
<style>
a { background-color: #8285BC; }
a { background-color: rgb(130,133,188); }
div.DivClassName
{
background-color: #8285BC;
}
.BgClassName
{
background-color: #8285BC;
}
</style>
border-color css
<style>
span { border-color: #8285BC; }
span { border-color: rgb(130,133,188); }
td.TdClassName
{
border-color: #8285BC;
}
.TagClassName
{
border-color: #8285BC;
}
</style>