Shades of Wild Blue Yonder #787FB4
Tints of Wild Blue Yonder #787FB4
RGB
CMYK
RGB Variations
Color information
#787FB4 (or 0x787FB4) is known color: Wild Blue Yonder. HEX triplet: 78, 7F and B4. RGB value is (120,127,180). Sum of RGB (Red+Green+Blue) = 120+127+180=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 180 - color contains mainly: blue. Hex color #787FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787FB4 is #87804B. Grayscale: #828282. Windows color (decimal): -8880204 or 11829112. OLE color: 11829112.
HSL color Cylindrical-coordinate representation of color #787FB4: hue angle of 233º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #787FB4 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 127 | 180 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.29 |
| HSL | 233º | 0.29% | 0.59% | - |
| HSV(B) | 233º | 0.33% | 0.71% | - |
| XYZ | 23.57 | 22.47 | 46.27 | - |
| YUV | 130.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 127 | 180 | 0.33 | 0.29 | 0 | 0.29 | 233 | 0.29 | 0.59 |
| Hex | 78 | 7F | B4 | 21 | 1D | 0 | 1D | E9 | 1D | 3B |
| Octal | 170 | 177 | 264 | 41 | 35 | 0 | 35 | 351 | 35 | 73 |
| Binary | 1111000 | 1111111 | 10110100 | 100001 | 11101 | 0 | 11101 | 11101001 | 11101 | 111011 |
Color Harmonies of #787FB4
Complementary color
Monochromatic Colors of #787FB4
Black with #787FB4
Text Example
Text Example
White with #787FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787FB4; }
p { color: rgb(120,127,180); }
H1.HeaderClassName
{
color: #787FB4;
}
.AnyTagClassName
{
color: #787FB4;
}
</style>
background-color css
<style>
a { background-color: #787FB4; }
a { background-color: rgb(120,127,180); }
div.DivClassName
{
background-color: #787FB4;
}
.BgClassName
{
background-color: #787FB4;
}
</style>
border-color css
<style>
span { border-color: #787FB4; }
span { border-color: rgb(120,127,180); }
td.TdClassName
{
border-color: #787FB4;
}
.TagClassName
{
border-color: #787FB4;
}
</style>