Shades of Wild Blue Yonder #778CCB
Tints of Wild Blue Yonder #778CCB
RGB
CMYK
RGB Variations
Color information
#778CCB (or 0x778CCB) is known color: Wild Blue Yonder. HEX triplet: 77, 8C and CB. RGB value is (119,140,203). Sum of RGB (Red+Green+Blue) = 119+140+203=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #778CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CCB is #887334. Grayscale: #8C8C8C. Windows color (decimal): -8942389 or 13339767. OLE color: 13339767.
HSL color Cylindrical-coordinate representation of color #778CCB: hue angle of 225º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #778CCB is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 140 | 203 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.20 |
| HSL | 225º | 0.45% | 0.63% | - |
| HSV(B) | 225º | 0.41% | 0.8% | - |
| XYZ | 27.77 | 26.99 | 60.25 | - |
| YUV | 140.9 | 163.04 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 203 | 0.41 | 0.31 | 0 | 0.20 | 225 | 0.45 | 0.63 |
| Hex | 77 | 8C | CB | 29 | 1F | 0 | 14 | E1 | 2D | 3F |
| Octal | 167 | 214 | 313 | 51 | 37 | 0 | 24 | 341 | 55 | 77 |
| Binary | 1110111 | 10001100 | 11001011 | 101001 | 11111 | 0 | 10100 | 11100001 | 101101 | 111111 |
Color Harmonies of #778CCB
Complementary color
Monochromatic Colors of #778CCB
Black with #778CCB
Text Example
Text Example
White with #778CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778CCB; }
p { color: rgb(119,140,203); }
H1.HeaderClassName
{
color: #778CCB;
}
.AnyTagClassName
{
color: #778CCB;
}
</style>
background-color css
<style>
a { background-color: #778CCB; }
a { background-color: rgb(119,140,203); }
div.DivClassName
{
background-color: #778CCB;
}
.BgClassName
{
background-color: #778CCB;
}
</style>
border-color css
<style>
span { border-color: #778CCB; }
span { border-color: rgb(119,140,203); }
td.TdClassName
{
border-color: #778CCB;
}
.TagClassName
{
border-color: #778CCB;
}
</style>