Shades of Wild Blue Yonder #7F7FAB
Tints of Wild Blue Yonder #7F7FAB
RGB
CMYK
RGB Variations
Color information
#7F7FAB (or 0x7F7FAB) is known color: Wild Blue Yonder. HEX triplet: 7F, 7F and AB. RGB value is (127,127,171). Sum of RGB (Red+Green+Blue) = 127+127+171=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F7FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7FAB is #808054. Grayscale: #838383. Windows color (decimal): -8421461 or 11239295. OLE color: 11239295.
HSL color Cylindrical-coordinate representation of color #7F7FAB: hue angle of 240º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F7FAB is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 127 | 171 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.33 |
| HSL | 240º | 0.21% | 0.58% | - |
| HSV(B) | 240º | 0.26% | 0.67% | - |
| XYZ | 23.69 | 22.63 | 41.65 | - |
| YUV | 132.02 | 150 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 127 | 171 | 0.26 | 0.26 | 0 | 0.33 | 240 | 0.21 | 0.58 |
| Hex | 7F | 7F | AB | 1A | 1A | 0 | 21 | F0 | 15 | 3A |
| Octal | 177 | 177 | 253 | 32 | 32 | 0 | 41 | 360 | 25 | 72 |
| Binary | 1111111 | 1111111 | 10101011 | 11010 | 11010 | 0 | 100001 | 11110000 | 10101 | 111010 |
Color Harmonies of #7F7FAB
Complementary color
Monochromatic Colors of #7F7FAB
Black with #7F7FAB
Text Example
Text Example
White with #7F7FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7FAB; }
p { color: rgb(127,127,171); }
H1.HeaderClassName
{
color: #7F7FAB;
}
.AnyTagClassName
{
color: #7F7FAB;
}
</style>
background-color css
<style>
a { background-color: #7F7FAB; }
a { background-color: rgb(127,127,171); }
div.DivClassName
{
background-color: #7F7FAB;
}
.BgClassName
{
background-color: #7F7FAB;
}
</style>
border-color css
<style>
span { border-color: #7F7FAB; }
span { border-color: rgb(127,127,171); }
td.TdClassName
{
border-color: #7F7FAB;
}
.TagClassName
{
border-color: #7F7FAB;
}
</style>