Shades of Cornflower Blue #778FE7
Tints of Cornflower Blue #778FE7
RGB
CMYK
RGB Variations
Color information
#778FE7 (or 0x778FE7) is known color: Cornflower Blue. HEX triplet: 77, 8F and E7. RGB value is (119,143,231). Sum of RGB (Red+Green+Blue) = 119+143+231=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #778FE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778FE7 is #887018. Grayscale: #919191. Windows color (decimal): -8941593 or 15175543. OLE color: 15175543.
HSL color Cylindrical-coordinate representation of color #778FE7: hue angle of 227.14º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #778FE7 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 143 | 231 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.09 |
| HSL | 227.14º | 0.7% | 0.69% | - |
| HSV(B) | 227.14º | 0.48% | 0.91% | - |
| XYZ | 31.85 | 29.34 | 79.58 | - |
| YUV | 145.86 | 176.05 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 231 | 0.48 | 0.38 | 0 | 0.09 | 227.14 | 0.7 | 0.69 |
| Hex | 77 | 8F | E7 | 30 | 26 | 0 | 9 | E3 | 46 | 45 |
| Octal | 167 | 217 | 347 | 60 | 46 | 0 | 11 | 343 | 106 | 105 |
| Binary | 1110111 | 10001111 | 11100111 | 110000 | 100110 | 0 | 1001 | 11100011 | 1000110 | 1000101 |
Color Harmonies of #778FE7
Complementary color
Monochromatic Colors of #778FE7
Black with #778FE7
Text Example
Text Example
White with #778FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778FE7; }
p { color: rgb(119,143,231); }
H1.HeaderClassName
{
color: #778FE7;
}
.AnyTagClassName
{
color: #778FE7;
}
</style>
background-color css
<style>
a { background-color: #778FE7; }
a { background-color: rgb(119,143,231); }
div.DivClassName
{
background-color: #778FE7;
}
.BgClassName
{
background-color: #778FE7;
}
</style>
border-color css
<style>
span { border-color: #778FE7; }
span { border-color: rgb(119,143,231); }
td.TdClassName
{
border-color: #778FE7;
}
.TagClassName
{
border-color: #778FE7;
}
</style>