Shades of Wild Blue Yonder #7781CC
Tints of Wild Blue Yonder #7781CC
RGB
CMYK
RGB Variations
Color information
#7781CC (or 0x7781CC) is known color: Wild Blue Yonder. HEX triplet: 77, 81 and CC. RGB value is (119,129,204). Sum of RGB (Red+Green+Blue) = 119+129+204=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #7781CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7781CC is #887E33. Grayscale: #868686. Windows color (decimal): -8945204 or 13402487. OLE color: 13402487.
HSL color Cylindrical-coordinate representation of color #7781CC: hue angle of 232.94º 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 #7781CC is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 129 | 204 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.2 |
| HSL | 232.94º | 0.45% | 0.63% | - |
| HSV(B) | 232.94º | 0.42% | 0.8% | - |
| XYZ | 26.36 | 23.98 | 60.37 | - |
| YUV | 134.56 | 167.19 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 204 | 0.42 | 0.37 | 0 | 0.2 | 232.94 | 0.45 | 0.63 |
| Hex | 77 | 81 | CC | 2A | 25 | 0 | 14 | E9 | 2D | 3F |
| Octal | 167 | 201 | 314 | 52 | 45 | 0 | 24 | 351 | 55 | 77 |
| Binary | 1110111 | 10000001 | 11001100 | 101010 | 100101 | 0 | 10100 | 11101001 | 101101 | 111111 |
Color Harmonies of #7781CC
Complementary color
Monochromatic Colors of #7781CC
Black with #7781CC
Text Example
Text Example
White with #7781CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7781CC; }
p { color: rgb(119,129,204); }
H1.HeaderClassName
{
color: #7781CC;
}
.AnyTagClassName
{
color: #7781CC;
}
</style>
background-color css
<style>
a { background-color: #7781CC; }
a { background-color: rgb(119,129,204); }
div.DivClassName
{
background-color: #7781CC;
}
.BgClassName
{
background-color: #7781CC;
}
</style>
border-color css
<style>
span { border-color: #7781CC; }
span { border-color: rgb(119,129,204); }
td.TdClassName
{
border-color: #7781CC;
}
.TagClassName
{
border-color: #7781CC;
}
</style>