Shades of Wild Blue Yonder #8690C3
Tints of Wild Blue Yonder #8690C3
RGB
CMYK
RGB Variations
Color information
#8690C3 (or 0x8690C3) is known color: Wild Blue Yonder. HEX triplet: 86, 90 and C3. RGB value is (134,144,195). Sum of RGB (Red+Green+Blue) = 134+144+195=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #8690C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8690C3 is #796F3C. Grayscale: #929292. Windows color (decimal): -7958333 or 12816518. OLE color: 12816518.
HSL color Cylindrical-coordinate representation of color #8690C3: hue angle of 230.16º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8690C3 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 144 | 195 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.24 |
| HSL | 230.16º | 0.34% | 0.65% | - |
| HSV(B) | 230.16º | 0.31% | 0.76% | - |
| XYZ | 29.66 | 28.95 | 55.66 | - |
| YUV | 146.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 144 | 195 | 0.31 | 0.26 | 0 | 0.24 | 230.16 | 0.34 | 0.65 |
| Hex | 86 | 90 | C3 | 1F | 1A | 0 | 18 | E6 | 22 | 41 |
| Octal | 206 | 220 | 303 | 37 | 32 | 0 | 30 | 346 | 42 | 101 |
| Binary | 10000110 | 10010000 | 11000011 | 11111 | 11010 | 0 | 11000 | 11100110 | 100010 | 1000001 |
Color Harmonies of #8690C3
Complementary color
Monochromatic Colors of #8690C3
Black with #8690C3
Text Example
Text Example
White with #8690C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8690C3; }
p { color: rgb(134,144,195); }
H1.HeaderClassName
{
color: #8690C3;
}
.AnyTagClassName
{
color: #8690C3;
}
</style>
background-color css
<style>
a { background-color: #8690C3; }
a { background-color: rgb(134,144,195); }
div.DivClassName
{
background-color: #8690C3;
}
.BgClassName
{
background-color: #8690C3;
}
</style>
border-color css
<style>
span { border-color: #8690C3; }
span { border-color: rgb(134,144,195); }
td.TdClassName
{
border-color: #8690C3;
}
.TagClassName
{
border-color: #8690C3;
}
</style>