Shades of Wild Blue Yonder #8285BE
Tints of Wild Blue Yonder #8285BE
RGB
CMYK
RGB Variations
Color information
#8285BE (or 0x8285BE) is known color: Wild Blue Yonder. HEX triplet: 82, 85 and BE. RGB value is (130,133,190). Sum of RGB (Red+Green+Blue) = 130+133+190=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #8285BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8285BE is #7D7A41. Grayscale: #8A8A8A. Windows color (decimal): -8223298 or 12486018. OLE color: 12486018.
HSL color Cylindrical-coordinate representation of color #8285BE: hue angle of 237º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8285BE is Cyan = 0.32, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 133 | 190 | - |
| CMYK | 0.32 | 0.3 | 0 | 0.25 |
| HSL | 237º | 0.32% | 0.63% | - |
| HSV(B) | 237º | 0.32% | 0.75% | - |
| XYZ | 26.89 | 25.24 | 52.17 | - |
| YUV | 138.6 | 157.01 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 190 | 0.32 | 0.3 | 0 | 0.25 | 237 | 0.32 | 0.63 |
| Hex | 82 | 85 | BE | 20 | 1E | 0 | 19 | ED | 20 | 3F |
| Octal | 202 | 205 | 276 | 40 | 36 | 0 | 31 | 355 | 40 | 77 |
| Binary | 10000010 | 10000101 | 10111110 | 100000 | 11110 | 0 | 11001 | 11101101 | 100000 | 111111 |
Color Harmonies of #8285BE
Complementary color
Monochromatic Colors of #8285BE
Black with #8285BE
Text Example
Text Example
White with #8285BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8285BE; }
p { color: rgb(130,133,190); }
H1.HeaderClassName
{
color: #8285BE;
}
.AnyTagClassName
{
color: #8285BE;
}
</style>
background-color css
<style>
a { background-color: #8285BE; }
a { background-color: rgb(130,133,190); }
div.DivClassName
{
background-color: #8285BE;
}
.BgClassName
{
background-color: #8285BE;
}
</style>
border-color css
<style>
span { border-color: #8285BE; }
span { border-color: rgb(130,133,190); }
td.TdClassName
{
border-color: #8285BE;
}
.TagClassName
{
border-color: #8285BE;
}
</style>