Shades of Cornflower Blue #7B8EFF
Tints of Cornflower Blue #7B8EFF
RGB
CMYK
RGB Variations
Color information
#7B8EFF (or 0x7B8EFF) is known color: Cornflower Blue. HEX triplet: 7B, 8E and FF. RGB value is (123,142,255). Sum of RGB (Red+Green+Blue) = 123+142+255=520 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.65% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B8EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B8EFF is #847100. Grayscale: #949494. Windows color (decimal): -8679681 or 16748155. OLE color: 16748155.
HSL color Cylindrical-coordinate representation of color #7B8EFF: hue angle of 231.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B8EFF is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 142 | 255 | - |
| CMYK | 0.52 | 0.44 | 0 | 0 |
| HSL | 231.36º | 1% | 0.74% | - |
| HSV(B) | 231.36º | 0.52% | 1% | - |
| XYZ | 35.89 | 30.78 | 98.66 | - |
| YUV | 149.2 | 187.71 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 142 | 255 | 0.52 | 0.44 | 0 | 0 | 231.36 | 1 | 0.74 |
| Hex | 7B | 8E | FF | 34 | 2C | 0 | 0 | E7 | 64 | 4A |
| Octal | 173 | 216 | 377 | 64 | 54 | 0 | 0 | 347 | 144 | 112 |
| Binary | 1111011 | 10001110 | 11111111 | 110100 | 101100 | 0 | 0 | 11100111 | 1100100 | 1001010 |
Color Harmonies of #7B8EFF
Complementary color
Monochromatic Colors of #7B8EFF
Black with #7B8EFF
Text Example
Text Example
White with #7B8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8EFF; }
p { color: rgb(123,142,255); }
H1.HeaderClassName
{
color: #7B8EFF;
}
.AnyTagClassName
{
color: #7B8EFF;
}
</style>
background-color css
<style>
a { background-color: #7B8EFF; }
a { background-color: rgb(123,142,255); }
div.DivClassName
{
background-color: #7B8EFF;
}
.BgClassName
{
background-color: #7B8EFF;
}
</style>
border-color css
<style>
span { border-color: #7B8EFF; }
span { border-color: rgb(123,142,255); }
td.TdClassName
{
border-color: #7B8EFF;
}
.TagClassName
{
border-color: #7B8EFF;
}
</style>