Shades of Cornflower Blue #7B8EEF
Tints of Cornflower Blue #7B8EEF
RGB
CMYK
RGB Variations
Color information
#7B8EEF (or 0x7B8EEF) is known color: Cornflower Blue. HEX triplet: 7B, 8E and EF. RGB value is (123,142,239). Sum of RGB (Red+Green+Blue) = 123+142+239=504 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.40% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B8EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B8EEF is #847110. Grayscale: #929292. Windows color (decimal): -8679697 or 15699579. OLE color: 15699579.
HSL color Cylindrical-coordinate representation of color #7B8EEF: hue angle of 230.17º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B8EEF is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 142 | 239 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.06 |
| HSL | 230.17º | 0.78% | 0.71% | - |
| HSV(B) | 230.17º | 0.49% | 0.94% | - |
| XYZ | 33.42 | 29.79 | 85.65 | - |
| YUV | 147.38 | 179.71 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 142 | 239 | 0.49 | 0.41 | 0 | 0.06 | 230.17 | 0.78 | 0.71 |
| Hex | 7B | 8E | EF | 31 | 29 | 0 | 6 | E6 | 4E | 47 |
| Octal | 173 | 216 | 357 | 61 | 51 | 0 | 6 | 346 | 116 | 107 |
| Binary | 1111011 | 10001110 | 11101111 | 110001 | 101001 | 0 | 110 | 11100110 | 1001110 | 1000111 |
Color Harmonies of #7B8EEF
Complementary color
Monochromatic Colors of #7B8EEF
Black with #7B8EEF
Text Example
Text Example
White with #7B8EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8EEF; }
p { color: rgb(123,142,239); }
H1.HeaderClassName
{
color: #7B8EEF;
}
.AnyTagClassName
{
color: #7B8EEF;
}
</style>
background-color css
<style>
a { background-color: #7B8EEF; }
a { background-color: rgb(123,142,239); }
div.DivClassName
{
background-color: #7B8EEF;
}
.BgClassName
{
background-color: #7B8EEF;
}
</style>
border-color css
<style>
span { border-color: #7B8EEF; }
span { border-color: rgb(123,142,239); }
td.TdClassName
{
border-color: #7B8EEF;
}
.TagClassName
{
border-color: #7B8EEF;
}
</style>