Shades of Wild Blue Yonder #8292B3
Tints of Wild Blue Yonder #8292B3
RGB
CMYK
RGB Variations
Color information
#8292B3 (or 0x8292B3) is known color: Wild Blue Yonder. HEX triplet: 82, 92 and B3. RGB value is (130,146,179). Sum of RGB (Red+Green+Blue) = 130+146+179=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 179 - color contains mainly: blue. Hex color #8292B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8292B3 is #7D6D4C. Grayscale: #909090. Windows color (decimal): -8219981 or 11768450. OLE color: 11768450.
HSL color Cylindrical-coordinate representation of color #8292B3: hue angle of 220.41º 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 #8292B3 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 146 | 179 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.30 |
| HSL | 220.41º | 0.24% | 0.61% | - |
| HSV(B) | 220.41º | 0.27% | 0.7% | - |
| XYZ | 27.62 | 28.56 | 46.7 | - |
| YUV | 144.98 | 147.2 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 179 | 0.27 | 0.18 | 0 | 0.30 | 220.41 | 0.24 | 0.61 |
| Hex | 82 | 92 | B3 | 1B | 12 | 0 | 1E | DC | 18 | 3D |
| Octal | 202 | 222 | 263 | 33 | 22 | 0 | 36 | 334 | 30 | 75 |
| Binary | 10000010 | 10010010 | 10110011 | 11011 | 10010 | 0 | 11110 | 11011100 | 11000 | 111101 |
Color Harmonies of #8292B3
Complementary color
Monochromatic Colors of #8292B3
Black with #8292B3
Text Example
Text Example
White with #8292B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8292B3; }
p { color: rgb(130,146,179); }
H1.HeaderClassName
{
color: #8292B3;
}
.AnyTagClassName
{
color: #8292B3;
}
</style>
background-color css
<style>
a { background-color: #8292B3; }
a { background-color: rgb(130,146,179); }
div.DivClassName
{
background-color: #8292B3;
}
.BgClassName
{
background-color: #8292B3;
}
</style>
border-color css
<style>
span { border-color: #8292B3; }
span { border-color: rgb(130,146,179); }
td.TdClassName
{
border-color: #8292B3;
}
.TagClassName
{
border-color: #8292B3;
}
</style>