Shades of Wild Blue Yonder #8795BC
Tints of Wild Blue Yonder #8795BC
RGB
CMYK
RGB Variations
Color information
#8795BC (or 0x8795BC) is known color: Wild Blue Yonder. HEX triplet: 87, 95 and BC. RGB value is (135,149,188). Sum of RGB (Red+Green+Blue) = 135+149+188=472 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.60% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #8795BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8795BC is #786A43. Grayscale: #959595. Windows color (decimal): -7891524 or 12359047. OLE color: 12359047.
HSL color Cylindrical-coordinate representation of color #8795BC: hue angle of 224.15º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8795BC is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 149 | 188 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.26 |
| HSL | 224.15º | 0.28% | 0.63% | - |
| HSV(B) | 224.15º | 0.28% | 0.74% | - |
| XYZ | 29.82 | 30.28 | 51.85 | - |
| YUV | 149.26 | 149.86 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 149 | 188 | 0.28 | 0.21 | 0 | 0.26 | 224.15 | 0.28 | 0.63 |
| Hex | 87 | 95 | BC | 1C | 15 | 0 | 1A | E0 | 1C | 3F |
| Octal | 207 | 225 | 274 | 34 | 25 | 0 | 32 | 340 | 34 | 77 |
| Binary | 10000111 | 10010101 | 10111100 | 11100 | 10101 | 0 | 11010 | 11100000 | 11100 | 111111 |
Color Harmonies of #8795BC
Complementary color
Monochromatic Colors of #8795BC
Black with #8795BC
Text Example
Text Example
White with #8795BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8795BC; }
p { color: rgb(135,149,188); }
H1.HeaderClassName
{
color: #8795BC;
}
.AnyTagClassName
{
color: #8795BC;
}
</style>
background-color css
<style>
a { background-color: #8795BC; }
a { background-color: rgb(135,149,188); }
div.DivClassName
{
background-color: #8795BC;
}
.BgClassName
{
background-color: #8795BC;
}
</style>
border-color css
<style>
span { border-color: #8795BC; }
span { border-color: rgb(135,149,188); }
td.TdClassName
{
border-color: #8795BC;
}
.TagClassName
{
border-color: #8795BC;
}
</style>