Shades of Wild Blue Yonder #868AC6
Tints of Wild Blue Yonder #868AC6
RGB
CMYK
RGB Variations
Color information
#868AC6 (or 0x868AC6) is known color: Wild Blue Yonder. HEX triplet: 86, 8A and C6. RGB value is (134,138,198). Sum of RGB (Red+Green+Blue) = 134+138+198=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #868AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868AC6 is #797539. Grayscale: #8F8F8F. Windows color (decimal): -7959866 or 13011590. OLE color: 13011590.
HSL color Cylindrical-coordinate representation of color #868AC6: hue angle of 236.25º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #868AC6 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 138 | 198 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.22 |
| HSL | 236.25º | 0.36% | 0.65% | - |
| HSV(B) | 236.25º | 0.32% | 0.78% | - |
| XYZ | 29.11 | 27.32 | 57.17 | - |
| YUV | 143.64 | 158.67 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 198 | 0.32 | 0.30 | 0 | 0.22 | 236.25 | 0.36 | 0.65 |
| Hex | 86 | 8A | C6 | 20 | 1E | 0 | 16 | EC | 24 | 41 |
| Octal | 206 | 212 | 306 | 40 | 36 | 0 | 26 | 354 | 44 | 101 |
| Binary | 10000110 | 10001010 | 11000110 | 100000 | 11110 | 0 | 10110 | 11101100 | 100100 | 1000001 |
Color Harmonies of #868AC6
Complementary color
Monochromatic Colors of #868AC6
Black with #868AC6
Text Example
Text Example
White with #868AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868AC6; }
p { color: rgb(134,138,198); }
H1.HeaderClassName
{
color: #868AC6;
}
.AnyTagClassName
{
color: #868AC6;
}
</style>
background-color css
<style>
a { background-color: #868AC6; }
a { background-color: rgb(134,138,198); }
div.DivClassName
{
background-color: #868AC6;
}
.BgClassName
{
background-color: #868AC6;
}
</style>
border-color css
<style>
span { border-color: #868AC6; }
span { border-color: rgb(134,138,198); }
td.TdClassName
{
border-color: #868AC6;
}
.TagClassName
{
border-color: #868AC6;
}
</style>