Shades of Wild Blue Yonder #7D7FB8
Tints of Wild Blue Yonder #7D7FB8
RGB
CMYK
RGB Variations
Color information
#7D7FB8 (or 0x7D7FB8) is known color: Wild Blue Yonder. HEX triplet: 7D, 7F and B8. RGB value is (125,127,184). Sum of RGB (Red+Green+Blue) = 125+127+184=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 184 - color contains mainly: blue. Hex color #7D7FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7FB8 is #828047. Grayscale: #848484. Windows color (decimal): -8552520 or 12091261. OLE color: 12091261.
HSL color Cylindrical-coordinate representation of color #7D7FB8: hue angle of 237.97º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D7FB8 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 127 | 184 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.28 |
| HSL | 237.97º | 0.29% | 0.61% | - |
| HSV(B) | 237.97º | 0.32% | 0.72% | - |
| XYZ | 24.7 | 23 | 48.48 | - |
| YUV | 132.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 127 | 184 | 0.32 | 0.31 | 0 | 0.28 | 237.97 | 0.29 | 0.61 |
| Hex | 7D | 7F | B8 | 20 | 1F | 0 | 1C | EE | 1D | 3D |
| Octal | 175 | 177 | 270 | 40 | 37 | 0 | 34 | 356 | 35 | 75 |
| Binary | 1111101 | 1111111 | 10111000 | 100000 | 11111 | 0 | 11100 | 11101110 | 11101 | 111101 |
Color Harmonies of #7D7FB8
Complementary color
Monochromatic Colors of #7D7FB8
Black with #7D7FB8
Text Example
Text Example
White with #7D7FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7FB8; }
p { color: rgb(125,127,184); }
H1.HeaderClassName
{
color: #7D7FB8;
}
.AnyTagClassName
{
color: #7D7FB8;
}
</style>
background-color css
<style>
a { background-color: #7D7FB8; }
a { background-color: rgb(125,127,184); }
div.DivClassName
{
background-color: #7D7FB8;
}
.BgClassName
{
background-color: #7D7FB8;
}
</style>
border-color css
<style>
span { border-color: #7D7FB8; }
span { border-color: rgb(125,127,184); }
td.TdClassName
{
border-color: #7D7FB8;
}
.TagClassName
{
border-color: #7D7FB8;
}
</style>