Shades of Wild Blue Yonder #7791CC
Tints of Wild Blue Yonder #7791CC
RGB
CMYK
RGB Variations
Color information
#7791CC (or 0x7791CC) is known color: Wild Blue Yonder. HEX triplet: 77, 91 and CC. RGB value is (119,145,204). Sum of RGB (Red+Green+Blue) = 119+145+204=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #7791CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7791CC is #886E33. Grayscale: #8F8F8F. Windows color (decimal): -8941108 or 13406583. OLE color: 13406583.
HSL color Cylindrical-coordinate representation of color #7791CC: hue angle of 221.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7791CC is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 145 | 204 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.2 |
| HSL | 221.65º | 0.45% | 0.63% | - |
| HSV(B) | 221.65º | 0.42% | 0.8% | - |
| XYZ | 28.63 | 28.53 | 61.12 | - |
| YUV | 143.95 | 161.89 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 145 | 204 | 0.42 | 0.29 | 0 | 0.2 | 221.65 | 0.45 | 0.63 |
| Hex | 77 | 91 | CC | 2A | 1D | 0 | 14 | DE | 2D | 3F |
| Octal | 167 | 221 | 314 | 52 | 35 | 0 | 24 | 336 | 55 | 77 |
| Binary | 1110111 | 10010001 | 11001100 | 101010 | 11101 | 0 | 10100 | 11011110 | 101101 | 111111 |
Color Harmonies of #7791CC
Complementary color
Monochromatic Colors of #7791CC
Black with #7791CC
Text Example
Text Example
White with #7791CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7791CC; }
p { color: rgb(119,145,204); }
H1.HeaderClassName
{
color: #7791CC;
}
.AnyTagClassName
{
color: #7791CC;
}
</style>
background-color css
<style>
a { background-color: #7791CC; }
a { background-color: rgb(119,145,204); }
div.DivClassName
{
background-color: #7791CC;
}
.BgClassName
{
background-color: #7791CC;
}
</style>
border-color css
<style>
span { border-color: #7791CC; }
span { border-color: rgb(119,145,204); }
td.TdClassName
{
border-color: #7791CC;
}
.TagClassName
{
border-color: #7791CC;
}
</style>