Shades of Wild Blue Yonder #807FAC
Tints of Wild Blue Yonder #807FAC
RGB
CMYK
RGB Variations
Color information
#807FAC (or 0x807FAC) is known color: Wild Blue Yonder. HEX triplet: 80, 7F and AC. RGB value is (128,127,172). Sum of RGB (Red+Green+Blue) = 128+127+172=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #807FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807FAC is #7F8053. Grayscale: #848484. Windows color (decimal): -8355924 or 11304832. OLE color: 11304832.
HSL color Cylindrical-coordinate representation of color #807FAC: hue angle of 241.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #807FAC is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 127 | 172 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.33 |
| HSL | 241.33º | 0.21% | 0.59% | - |
| HSV(B) | 241.33º | 0.26% | 0.67% | - |
| XYZ | 23.94 | 22.75 | 42.16 | - |
| YUV | 132.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 172 | 0.26 | 0.26 | 0 | 0.33 | 241.33 | 0.21 | 0.59 |
| Hex | 80 | 7F | AC | 1A | 1A | 0 | 21 | F1 | 15 | 3B |
| Octal | 200 | 177 | 254 | 32 | 32 | 0 | 41 | 361 | 25 | 73 |
| Binary | 10000000 | 1111111 | 10101100 | 11010 | 11010 | 0 | 100001 | 11110001 | 10101 | 111011 |
Color Harmonies of #807FAC
Complementary color
Monochromatic Colors of #807FAC
Black with #807FAC
Text Example
Text Example
White with #807FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807FAC; }
p { color: rgb(128,127,172); }
H1.HeaderClassName
{
color: #807FAC;
}
.AnyTagClassName
{
color: #807FAC;
}
</style>
background-color css
<style>
a { background-color: #807FAC; }
a { background-color: rgb(128,127,172); }
div.DivClassName
{
background-color: #807FAC;
}
.BgClassName
{
background-color: #807FAC;
}
</style>
border-color css
<style>
span { border-color: #807FAC; }
span { border-color: rgb(128,127,172); }
td.TdClassName
{
border-color: #807FAC;
}
.TagClassName
{
border-color: #807FAC;
}
</style>