Shades of Wild Blue Yonder #8196C3
Tints of Wild Blue Yonder #8196C3
RGB
CMYK
RGB Variations
Color information
#8196C3 (or 0x8196C3) is known color: Wild Blue Yonder. HEX triplet: 81, 96 and C3. RGB value is (129,150,195). Sum of RGB (Red+Green+Blue) = 129+150+195=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 195 - color contains mainly: blue. Hex color #8196C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8196C3 is #7E693C. Grayscale: #949494. Windows color (decimal): -8284477 or 12818049. OLE color: 12818049.
HSL color Cylindrical-coordinate representation of color #8196C3: hue angle of 220.91º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8196C3 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 150 | 195 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.24 |
| HSL | 220.91º | 0.35% | 0.64% | - |
| HSV(B) | 220.91º | 0.34% | 0.76% | - |
| XYZ | 29.81 | 30.42 | 55.93 | - |
| YUV | 148.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 150 | 195 | 0.34 | 0.23 | 0 | 0.24 | 220.91 | 0.35 | 0.64 |
| Hex | 81 | 96 | C3 | 22 | 17 | 0 | 18 | DD | 23 | 40 |
| Octal | 201 | 226 | 303 | 42 | 27 | 0 | 30 | 335 | 43 | 100 |
| Binary | 10000001 | 10010110 | 11000011 | 100010 | 10111 | 0 | 11000 | 11011101 | 100011 | 1000000 |
Color Harmonies of #8196C3
Complementary color
Monochromatic Colors of #8196C3
Black with #8196C3
Text Example
Text Example
White with #8196C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8196C3; }
p { color: rgb(129,150,195); }
H1.HeaderClassName
{
color: #8196C3;
}
.AnyTagClassName
{
color: #8196C3;
}
</style>
background-color css
<style>
a { background-color: #8196C3; }
a { background-color: rgb(129,150,195); }
div.DivClassName
{
background-color: #8196C3;
}
.BgClassName
{
background-color: #8196C3;
}
</style>
border-color css
<style>
span { border-color: #8196C3; }
span { border-color: rgb(129,150,195); }
td.TdClassName
{
border-color: #8196C3;
}
.TagClassName
{
border-color: #8196C3;
}
</style>