Shades of Wild Blue Yonder #868CB0
Tints of Wild Blue Yonder #868CB0
RGB
CMYK
RGB Variations
Color information
#868CB0 (or 0x868CB0) is known color: Wild Blue Yonder. HEX triplet: 86, 8C and B0. RGB value is (134,140,176). Sum of RGB (Red+Green+Blue) = 134+140+176=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 176 - color contains mainly: blue. Hex color #868CB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868CB0 is #79734F. Grayscale: #8E8E8E. Windows color (decimal): -7959376 or 11570310. OLE color: 11570310.
HSL color Cylindrical-coordinate representation of color #868CB0: hue angle of 231.43º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #868CB0 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 140 | 176 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.31 |
| HSL | 231.43º | 0.21% | 0.61% | - |
| HSV(B) | 231.43º | 0.24% | 0.69% | - |
| XYZ | 27.05 | 26.96 | 44.85 | - |
| YUV | 142.31 | 147.01 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 176 | 0.24 | 0.20 | 0 | 0.31 | 231.43 | 0.21 | 0.61 |
| Hex | 86 | 8C | B0 | 18 | 14 | 0 | 1F | E7 | 15 | 3D |
| Octal | 206 | 214 | 260 | 30 | 24 | 0 | 37 | 347 | 25 | 75 |
| Binary | 10000110 | 10001100 | 10110000 | 11000 | 10100 | 0 | 11111 | 11100111 | 10101 | 111101 |
Color Harmonies of #868CB0
Complementary color
Monochromatic Colors of #868CB0
Black with #868CB0
Text Example
Text Example
White with #868CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868CB0; }
p { color: rgb(134,140,176); }
H1.HeaderClassName
{
color: #868CB0;
}
.AnyTagClassName
{
color: #868CB0;
}
</style>
background-color css
<style>
a { background-color: #868CB0; }
a { background-color: rgb(134,140,176); }
div.DivClassName
{
background-color: #868CB0;
}
.BgClassName
{
background-color: #868CB0;
}
</style>
border-color css
<style>
span { border-color: #868CB0; }
span { border-color: rgb(134,140,176); }
td.TdClassName
{
border-color: #868CB0;
}
.TagClassName
{
border-color: #868CB0;
}
</style>