Shades of Wild Blue Yonder #868BC2
Tints of Wild Blue Yonder #868BC2
RGB
CMYK
RGB Variations
Color information
#868BC2 (or 0x868BC2) is known color: Wild Blue Yonder. HEX triplet: 86, 8B and C2. RGB value is (134,139,194). Sum of RGB (Red+Green+Blue) = 134+139+194=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #868BC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868BC2 is #79743D. Grayscale: #8F8F8F. Windows color (decimal): -7959614 or 12749702. OLE color: 12749702.
HSL color Cylindrical-coordinate representation of color #868BC2: hue angle of 235º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #868BC2 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 139 | 194 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.24 |
| HSL | 235º | 0.33% | 0.64% | - |
| HSV(B) | 235º | 0.31% | 0.76% | - |
| XYZ | 28.8 | 27.43 | 54.82 | - |
| YUV | 143.78 | 156.34 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 194 | 0.31 | 0.28 | 0 | 0.24 | 235 | 0.33 | 0.64 |
| Hex | 86 | 8B | C2 | 1F | 1C | 0 | 18 | EB | 21 | 40 |
| Octal | 206 | 213 | 302 | 37 | 34 | 0 | 30 | 353 | 41 | 100 |
| Binary | 10000110 | 10001011 | 11000010 | 11111 | 11100 | 0 | 11000 | 11101011 | 100001 | 1000000 |
Color Harmonies of #868BC2
Complementary color
Monochromatic Colors of #868BC2
Black with #868BC2
Text Example
Text Example
White with #868BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868BC2; }
p { color: rgb(134,139,194); }
H1.HeaderClassName
{
color: #868BC2;
}
.AnyTagClassName
{
color: #868BC2;
}
</style>
background-color css
<style>
a { background-color: #868BC2; }
a { background-color: rgb(134,139,194); }
div.DivClassName
{
background-color: #868BC2;
}
.BgClassName
{
background-color: #868BC2;
}
</style>
border-color css
<style>
span { border-color: #868BC2; }
span { border-color: rgb(134,139,194); }
td.TdClassName
{
border-color: #868BC2;
}
.TagClassName
{
border-color: #868BC2;
}
</style>