Shades of Wild Blue Yonder #7D84CB
Tints of Wild Blue Yonder #7D84CB
RGB
CMYK
RGB Variations
Color information
#7D84CB (or 0x7D84CB) is known color: Wild Blue Yonder. HEX triplet: 7D, 84 and CB. RGB value is (125,132,203). Sum of RGB (Red+Green+Blue) = 125+132+203=460 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.17% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D84CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D84CB is #827B34. Grayscale: #898989. Windows color (decimal): -8551221 or 13337725. OLE color: 13337725.
HSL color Cylindrical-coordinate representation of color #7D84CB: hue angle of 234.62º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D84CB is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 132 | 203 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.20 |
| HSL | 234.62º | 0.43% | 0.64% | - |
| HSV(B) | 234.62º | 0.38% | 0.8% | - |
| XYZ | 27.49 | 25.17 | 59.91 | - |
| YUV | 138 | 164.68 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 132 | 203 | 0.38 | 0.35 | 0 | 0.20 | 234.62 | 0.43 | 0.64 |
| Hex | 7D | 84 | CB | 26 | 23 | 0 | 14 | EB | 2B | 40 |
| Octal | 175 | 204 | 313 | 46 | 43 | 0 | 24 | 353 | 53 | 100 |
| Binary | 1111101 | 10000100 | 11001011 | 100110 | 100011 | 0 | 10100 | 11101011 | 101011 | 1000000 |
Color Harmonies of #7D84CB
Complementary color
Monochromatic Colors of #7D84CB
Black with #7D84CB
Text Example
Text Example
White with #7D84CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D84CB; }
p { color: rgb(125,132,203); }
H1.HeaderClassName
{
color: #7D84CB;
}
.AnyTagClassName
{
color: #7D84CB;
}
</style>
background-color css
<style>
a { background-color: #7D84CB; }
a { background-color: rgb(125,132,203); }
div.DivClassName
{
background-color: #7D84CB;
}
.BgClassName
{
background-color: #7D84CB;
}
</style>
border-color css
<style>
span { border-color: #7D84CB; }
span { border-color: rgb(125,132,203); }
td.TdClassName
{
border-color: #7D84CB;
}
.TagClassName
{
border-color: #7D84CB;
}
</style>