Shades of Wild Blue Yonder #8396C6
Tints of Wild Blue Yonder #8396C6
RGB
CMYK
RGB Variations
Color information
#8396C6 (or 0x8396C6) is known color: Wild Blue Yonder. HEX triplet: 83, 96 and C6. RGB value is (131,150,198). Sum of RGB (Red+Green+Blue) = 131+150+198=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 198 - color contains mainly: blue. Hex color #8396C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8396C6 is #7C6939. Grayscale: #959595. Windows color (decimal): -8153402 or 13014659. OLE color: 13014659.
HSL color Cylindrical-coordinate representation of color #8396C6: hue angle of 222.99º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8396C6 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 150 | 198 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.22 |
| HSL | 222.99º | 0.37% | 0.65% | - |
| HSV(B) | 222.99º | 0.34% | 0.78% | - |
| XYZ | 30.46 | 30.72 | 57.75 | - |
| YUV | 149.79 | 155.21 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 150 | 198 | 0.34 | 0.24 | 0 | 0.22 | 222.99 | 0.37 | 0.65 |
| Hex | 83 | 96 | C6 | 22 | 18 | 0 | 16 | DF | 25 | 41 |
| Octal | 203 | 226 | 306 | 42 | 30 | 0 | 26 | 337 | 45 | 101 |
| Binary | 10000011 | 10010110 | 11000110 | 100010 | 11000 | 0 | 10110 | 11011111 | 100101 | 1000001 |
Color Harmonies of #8396C6
Complementary color
Monochromatic Colors of #8396C6
Black with #8396C6
Text Example
Text Example
White with #8396C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8396C6; }
p { color: rgb(131,150,198); }
H1.HeaderClassName
{
color: #8396C6;
}
.AnyTagClassName
{
color: #8396C6;
}
</style>
background-color css
<style>
a { background-color: #8396C6; }
a { background-color: rgb(131,150,198); }
div.DivClassName
{
background-color: #8396C6;
}
.BgClassName
{
background-color: #8396C6;
}
</style>
border-color css
<style>
span { border-color: #8396C6; }
span { border-color: rgb(131,150,198); }
td.TdClassName
{
border-color: #8396C6;
}
.TagClassName
{
border-color: #8396C6;
}
</style>