Shades of Wild Blue Yonder #8794C4
Tints of Wild Blue Yonder #8794C4
RGB
CMYK
RGB Variations
Color information
#8794C4 (or 0x8794C4) is known color: Wild Blue Yonder. HEX triplet: 87, 94 and C4. RGB value is (135,148,196). Sum of RGB (Red+Green+Blue) = 135+148+196=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 196 - color contains mainly: blue. Hex color #8794C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8794C4 is #786B3B. Grayscale: #959595. Windows color (decimal): -7891772 or 12883079. OLE color: 12883079.
HSL color Cylindrical-coordinate representation of color #8794C4: hue angle of 227.21º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8794C4 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 135 | 148 | 196 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.23 |
| HSL | 227.21º | 0.34% | 0.65% | - |
| HSV(B) | 227.21º | 0.31% | 0.77% | - |
| XYZ | 30.55 | 30.32 | 56.47 | - |
| YUV | 149.59 | 154.19 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 196 | 0.31 | 0.24 | 0 | 0.23 | 227.21 | 0.34 | 0.65 |
| Hex | 87 | 94 | C4 | 1F | 18 | 0 | 17 | E3 | 22 | 41 |
| Octal | 207 | 224 | 304 | 37 | 30 | 0 | 27 | 343 | 42 | 101 |
| Binary | 10000111 | 10010100 | 11000100 | 11111 | 11000 | 0 | 10111 | 11100011 | 100010 | 1000001 |
Color Harmonies of #8794C4
Complementary color
Monochromatic Colors of #8794C4
Black with #8794C4
Text Example
Text Example
White with #8794C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8794C4; }
p { color: rgb(135,148,196); }
H1.HeaderClassName
{
color: #8794C4;
}
.AnyTagClassName
{
color: #8794C4;
}
</style>
background-color css
<style>
a { background-color: #8794C4; }
a { background-color: rgb(135,148,196); }
div.DivClassName
{
background-color: #8794C4;
}
.BgClassName
{
background-color: #8794C4;
}
</style>
border-color css
<style>
span { border-color: #8794C4; }
span { border-color: rgb(135,148,196); }
td.TdClassName
{
border-color: #8794C4;
}
.TagClassName
{
border-color: #8794C4;
}
</style>