Shades of Wild Blue Yonder #8593C4
Tints of Wild Blue Yonder #8593C4
RGB
CMYK
RGB Variations
Color information
#8593C4 (or 0x8593C4) is known color: Wild Blue Yonder. HEX triplet: 85, 93 and C4. RGB value is (133,147,196). Sum of RGB (Red+Green+Blue) = 133+147+196=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 196 - color contains mainly: blue. Hex color #8593C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8593C4 is #7A6C3B. Grayscale: #949494. Windows color (decimal): -8023100 or 12882821. OLE color: 12882821.
HSL color Cylindrical-coordinate representation of color #8593C4: hue angle of 226.67º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8593C4 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 147 | 196 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.23 |
| HSL | 226.67º | 0.35% | 0.65% | - |
| HSV(B) | 226.67º | 0.32% | 0.77% | - |
| XYZ | 30.07 | 29.84 | 56.4 | - |
| YUV | 148.4 | 154.86 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 196 | 0.32 | 0.25 | 0 | 0.23 | 226.67 | 0.35 | 0.65 |
| Hex | 85 | 93 | C4 | 20 | 19 | 0 | 17 | E3 | 23 | 41 |
| Octal | 205 | 223 | 304 | 40 | 31 | 0 | 27 | 343 | 43 | 101 |
| Binary | 10000101 | 10010011 | 11000100 | 100000 | 11001 | 0 | 10111 | 11100011 | 100011 | 1000001 |
Color Harmonies of #8593C4
Complementary color
Monochromatic Colors of #8593C4
Black with #8593C4
Text Example
Text Example
White with #8593C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8593C4; }
p { color: rgb(133,147,196); }
H1.HeaderClassName
{
color: #8593C4;
}
.AnyTagClassName
{
color: #8593C4;
}
</style>
background-color css
<style>
a { background-color: #8593C4; }
a { background-color: rgb(133,147,196); }
div.DivClassName
{
background-color: #8593C4;
}
.BgClassName
{
background-color: #8593C4;
}
</style>
border-color css
<style>
span { border-color: #8593C4; }
span { border-color: rgb(133,147,196); }
td.TdClassName
{
border-color: #8593C4;
}
.TagClassName
{
border-color: #8593C4;
}
</style>