Shades of Wild Blue Yonder #8595C1
Tints of Wild Blue Yonder #8595C1
RGB
CMYK
RGB Variations
Color information
#8595C1 (or 0x8595C1) is known color: Wild Blue Yonder. HEX triplet: 85, 95 and C1. RGB value is (133,149,193). Sum of RGB (Red+Green+Blue) = 133+149+193=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #8595C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8595C1 is #7A6A3E. Grayscale: #959595. Windows color (decimal): -8022591 or 12686725. OLE color: 12686725.
HSL color Cylindrical-coordinate representation of color #8595C1: hue angle of 224º 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 #8595C1 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 149 | 193 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.24 |
| HSL | 224º | 0.33% | 0.64% | - |
| HSV(B) | 224º | 0.31% | 0.76% | - |
| XYZ | 30.05 | 30.33 | 54.72 | - |
| YUV | 149.23 | 152.7 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 193 | 0.31 | 0.23 | 0 | 0.24 | 224 | 0.33 | 0.64 |
| Hex | 85 | 95 | C1 | 1F | 17 | 0 | 18 | E0 | 21 | 40 |
| Octal | 205 | 225 | 301 | 37 | 27 | 0 | 30 | 340 | 41 | 100 |
| Binary | 10000101 | 10010101 | 11000001 | 11111 | 10111 | 0 | 11000 | 11100000 | 100001 | 1000000 |
Color Harmonies of #8595C1
Complementary color
Monochromatic Colors of #8595C1
Black with #8595C1
Text Example
Text Example
White with #8595C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8595C1; }
p { color: rgb(133,149,193); }
H1.HeaderClassName
{
color: #8595C1;
}
.AnyTagClassName
{
color: #8595C1;
}
</style>
background-color css
<style>
a { background-color: #8595C1; }
a { background-color: rgb(133,149,193); }
div.DivClassName
{
background-color: #8595C1;
}
.BgClassName
{
background-color: #8595C1;
}
</style>
border-color css
<style>
span { border-color: #8595C1; }
span { border-color: rgb(133,149,193); }
td.TdClassName
{
border-color: #8595C1;
}
.TagClassName
{
border-color: #8595C1;
}
</style>