Shades of Wild Blue Yonder #787DB7
Tints of Wild Blue Yonder #787DB7
RGB
CMYK
RGB Variations
Color information
#787DB7 (or 0x787DB7) is known color: Wild Blue Yonder. HEX triplet: 78, 7D and B7. RGB value is (120,125,183). Sum of RGB (Red+Green+Blue) = 120+125+183=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 183 - color contains mainly: blue. Hex color #787DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787DB7 is #878248. Grayscale: #818181. Windows color (decimal): -8880713 or 12025208. OLE color: 12025208.
HSL color Cylindrical-coordinate representation of color #787DB7: hue angle of 235.24º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #787DB7 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 125 | 183 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.28 |
| HSL | 235.24º | 0.3% | 0.59% | - |
| HSV(B) | 235.24º | 0.34% | 0.72% | - |
| XYZ | 23.63 | 22.08 | 47.82 | - |
| YUV | 130.12 | 157.84 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 125 | 183 | 0.34 | 0.32 | 0 | 0.28 | 235.24 | 0.3 | 0.59 |
| Hex | 78 | 7D | B7 | 22 | 20 | 0 | 1C | EB | 1E | 3B |
| Octal | 170 | 175 | 267 | 42 | 40 | 0 | 34 | 353 | 36 | 73 |
| Binary | 1111000 | 1111101 | 10110111 | 100010 | 100000 | 0 | 11100 | 11101011 | 11110 | 111011 |
Color Harmonies of #787DB7
Complementary color
Monochromatic Colors of #787DB7
Black with #787DB7
Text Example
Text Example
White with #787DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787DB7; }
p { color: rgb(120,125,183); }
H1.HeaderClassName
{
color: #787DB7;
}
.AnyTagClassName
{
color: #787DB7;
}
</style>
background-color css
<style>
a { background-color: #787DB7; }
a { background-color: rgb(120,125,183); }
div.DivClassName
{
background-color: #787DB7;
}
.BgClassName
{
background-color: #787DB7;
}
</style>
border-color css
<style>
span { border-color: #787DB7; }
span { border-color: rgb(120,125,183); }
td.TdClassName
{
border-color: #787DB7;
}
.TagClassName
{
border-color: #787DB7;
}
</style>