Shades of Wild Blue Yonder #8392BF
Tints of Wild Blue Yonder #8392BF
RGB
CMYK
RGB Variations
Color information
#8392BF (or 0x8392BF) is known color: Wild Blue Yonder. HEX triplet: 83, 92 and BF. RGB value is (131,146,191). Sum of RGB (Red+Green+Blue) = 131+146+191=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #8392BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8392BF is #7C6D40. Grayscale: #929292. Windows color (decimal): -8154433 or 12554883. OLE color: 12554883.
HSL color Cylindrical-coordinate representation of color #8392BF: hue angle of 225º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8392BF is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 146 | 191 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.25 |
| HSL | 225º | 0.32% | 0.63% | - |
| HSV(B) | 225º | 0.31% | 0.75% | - |
| XYZ | 29.04 | 29.14 | 53.38 | - |
| YUV | 146.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 146 | 191 | 0.31 | 0.24 | 0 | 0.25 | 225 | 0.32 | 0.63 |
| Hex | 83 | 92 | BF | 1F | 18 | 0 | 19 | E1 | 20 | 3F |
| Octal | 203 | 222 | 277 | 37 | 30 | 0 | 31 | 341 | 40 | 77 |
| Binary | 10000011 | 10010010 | 10111111 | 11111 | 11000 | 0 | 11001 | 11100001 | 100000 | 111111 |
Color Harmonies of #8392BF
Complementary color
Monochromatic Colors of #8392BF
Black with #8392BF
Text Example
Text Example
White with #8392BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8392BF; }
p { color: rgb(131,146,191); }
H1.HeaderClassName
{
color: #8392BF;
}
.AnyTagClassName
{
color: #8392BF;
}
</style>
background-color css
<style>
a { background-color: #8392BF; }
a { background-color: rgb(131,146,191); }
div.DivClassName
{
background-color: #8392BF;
}
.BgClassName
{
background-color: #8392BF;
}
</style>
border-color css
<style>
span { border-color: #8392BF; }
span { border-color: rgb(131,146,191); }
td.TdClassName
{
border-color: #8392BF;
}
.TagClassName
{
border-color: #8392BF;
}
</style>