Shades of Wild Blue Yonder #8296BC
Tints of Wild Blue Yonder #8296BC
RGB
CMYK
RGB Variations
Color information
#8296BC (or 0x8296BC) is known color: Wild Blue Yonder. HEX triplet: 82, 96 and BC. RGB value is (130,150,188). Sum of RGB (Red+Green+Blue) = 130+150+188=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #8296BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8296BC is #7D6943. Grayscale: #949494. Windows color (decimal): -8218948 or 12359298. OLE color: 12359298.
HSL color Cylindrical-coordinate representation of color #8296BC: hue angle of 219.31º 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 #8296BC is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 150 | 188 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.26 |
| HSL | 219.31º | 0.3% | 0.62% | - |
| HSV(B) | 219.31º | 0.31% | 0.74% | - |
| XYZ | 29.19 | 30.19 | 51.87 | - |
| YUV | 148.35 | 150.37 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 150 | 188 | 0.31 | 0.20 | 0 | 0.26 | 219.31 | 0.3 | 0.62 |
| Hex | 82 | 96 | BC | 1F | 14 | 0 | 1A | DB | 1E | 3E |
| Octal | 202 | 226 | 274 | 37 | 24 | 0 | 32 | 333 | 36 | 76 |
| Binary | 10000010 | 10010110 | 10111100 | 11111 | 10100 | 0 | 11010 | 11011011 | 11110 | 111110 |
Color Harmonies of #8296BC
Complementary color
Monochromatic Colors of #8296BC
Black with #8296BC
Text Example
Text Example
White with #8296BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8296BC; }
p { color: rgb(130,150,188); }
H1.HeaderClassName
{
color: #8296BC;
}
.AnyTagClassName
{
color: #8296BC;
}
</style>
background-color css
<style>
a { background-color: #8296BC; }
a { background-color: rgb(130,150,188); }
div.DivClassName
{
background-color: #8296BC;
}
.BgClassName
{
background-color: #8296BC;
}
</style>
border-color css
<style>
span { border-color: #8296BC; }
span { border-color: rgb(130,150,188); }
td.TdClassName
{
border-color: #8296BC;
}
.TagClassName
{
border-color: #8296BC;
}
</style>