Shades of Wild Blue Yonder #7D84B4
Tints of Wild Blue Yonder #7D84B4
RGB
CMYK
RGB Variations
Color information
#7D84B4 (or 0x7D84B4) is known color: Wild Blue Yonder. HEX triplet: 7D, 84 and B4. RGB value is (125,132,180). Sum of RGB (Red+Green+Blue) = 125+132+180=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 180 - color contains mainly: blue. Hex color #7D84B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D84B4 is #827B4B. Grayscale: #878787. Windows color (decimal): -8551244 or 11830397. OLE color: 11830397.
HSL color Cylindrical-coordinate representation of color #7D84B4: hue angle of 232.36º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D84B4 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 132 | 180 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.29 |
| HSL | 232.36º | 0.27% | 0.6% | - |
| HSV(B) | 232.36º | 0.31% | 0.71% | - |
| XYZ | 24.95 | 24.16 | 46.53 | - |
| YUV | 135.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 132 | 180 | 0.31 | 0.27 | 0 | 0.29 | 232.36 | 0.27 | 0.6 |
| Hex | 7D | 84 | B4 | 1F | 1B | 0 | 1D | E8 | 1B | 3C |
| Octal | 175 | 204 | 264 | 37 | 33 | 0 | 35 | 350 | 33 | 74 |
| Binary | 1111101 | 10000100 | 10110100 | 11111 | 11011 | 0 | 11101 | 11101000 | 11011 | 111100 |
Color Harmonies of #7D84B4
Complementary color
Monochromatic Colors of #7D84B4
Black with #7D84B4
Text Example
Text Example
White with #7D84B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D84B4; }
p { color: rgb(125,132,180); }
H1.HeaderClassName
{
color: #7D84B4;
}
.AnyTagClassName
{
color: #7D84B4;
}
</style>
background-color css
<style>
a { background-color: #7D84B4; }
a { background-color: rgb(125,132,180); }
div.DivClassName
{
background-color: #7D84B4;
}
.BgClassName
{
background-color: #7D84B4;
}
</style>
border-color css
<style>
span { border-color: #7D84B4; }
span { border-color: rgb(125,132,180); }
td.TdClassName
{
border-color: #7D84B4;
}
.TagClassName
{
border-color: #7D84B4;
}
</style>