Shades of Wild Blue Yonder #7D7FB3
Tints of Wild Blue Yonder #7D7FB3
RGB
CMYK
RGB Variations
Color information
#7D7FB3 (or 0x7D7FB3) is known color: Wild Blue Yonder. HEX triplet: 7D, 7F and B3. RGB value is (125,127,179). Sum of RGB (Red+Green+Blue) = 125+127+179=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 179 - color contains mainly: blue. Hex color #7D7FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7FB3 is #82804C. Grayscale: #848484. Windows color (decimal): -8552525 or 11763581. OLE color: 11763581.
HSL color Cylindrical-coordinate representation of color #7D7FB3: hue angle of 237.78º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D7FB3 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 127 | 179 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.30 |
| HSL | 237.78º | 0.26% | 0.6% | - |
| HSV(B) | 237.78º | 0.3% | 0.7% | - |
| XYZ | 24.18 | 22.79 | 45.77 | - |
| YUV | 132.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 127 | 179 | 0.30 | 0.29 | 0 | 0.30 | 237.78 | 0.26 | 0.6 |
| Hex | 7D | 7F | B3 | 1E | 1D | 0 | 1E | EE | 1A | 3C |
| Octal | 175 | 177 | 263 | 36 | 35 | 0 | 36 | 356 | 32 | 74 |
| Binary | 1111101 | 1111111 | 10110011 | 11110 | 11101 | 0 | 11110 | 11101110 | 11010 | 111100 |
Color Harmonies of #7D7FB3
Complementary color
Monochromatic Colors of #7D7FB3
Black with #7D7FB3
Text Example
Text Example
White with #7D7FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7FB3; }
p { color: rgb(125,127,179); }
H1.HeaderClassName
{
color: #7D7FB3;
}
.AnyTagClassName
{
color: #7D7FB3;
}
</style>
background-color css
<style>
a { background-color: #7D7FB3; }
a { background-color: rgb(125,127,179); }
div.DivClassName
{
background-color: #7D7FB3;
}
.BgClassName
{
background-color: #7D7FB3;
}
</style>
border-color css
<style>
span { border-color: #7D7FB3; }
span { border-color: rgb(125,127,179); }
td.TdClassName
{
border-color: #7D7FB3;
}
.TagClassName
{
border-color: #7D7FB3;
}
</style>