Shades of Wild Blue Yonder #8195C0
Tints of Wild Blue Yonder #8195C0
RGB
CMYK
RGB Variations
Color information
#8195C0 (or 0x8195C0) is known color: Wild Blue Yonder. HEX triplet: 81, 95 and C0. RGB value is (129,149,192). Sum of RGB (Red+Green+Blue) = 129+149+192=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #8195C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8195C0 is #7E6A3F. Grayscale: #939393. Windows color (decimal): -8284736 or 12621185. OLE color: 12621185.
HSL color Cylindrical-coordinate representation of color #8195C0: hue angle of 220.95º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8195C0 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 149 | 192 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.25 |
| HSL | 220.95º | 0.33% | 0.63% | - |
| HSV(B) | 220.95º | 0.33% | 0.75% | - |
| XYZ | 29.32 | 29.97 | 54.11 | - |
| YUV | 147.92 | 152.87 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 149 | 192 | 0.33 | 0.22 | 0 | 0.25 | 220.95 | 0.33 | 0.63 |
| Hex | 81 | 95 | C0 | 21 | 16 | 0 | 19 | DD | 21 | 3F |
| Octal | 201 | 225 | 300 | 41 | 26 | 0 | 31 | 335 | 41 | 77 |
| Binary | 10000001 | 10010101 | 11000000 | 100001 | 10110 | 0 | 11001 | 11011101 | 100001 | 111111 |
Color Harmonies of #8195C0
Complementary color
Monochromatic Colors of #8195C0
Black with #8195C0
Text Example
Text Example
White with #8195C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8195C0; }
p { color: rgb(129,149,192); }
H1.HeaderClassName
{
color: #8195C0;
}
.AnyTagClassName
{
color: #8195C0;
}
</style>
background-color css
<style>
a { background-color: #8195C0; }
a { background-color: rgb(129,149,192); }
div.DivClassName
{
background-color: #8195C0;
}
.BgClassName
{
background-color: #8195C0;
}
</style>
border-color css
<style>
span { border-color: #8195C0; }
span { border-color: rgb(129,149,192); }
td.TdClassName
{
border-color: #8195C0;
}
.TagClassName
{
border-color: #8195C0;
}
</style>