Shades of Cornflower Blue #7B8CFE
Tints of Cornflower Blue #7B8CFE
RGB
CMYK
RGB Variations
Color information
#7B8CFE (or 0x7B8CFE) is known color: Cornflower Blue. HEX triplet: 7B, 8C and FE. RGB value is (123,140,254). Sum of RGB (Red+Green+Blue) = 123+140+254=517 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.79% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B8CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B8CFE is #847301. Grayscale: #939393. Windows color (decimal): -8680194 or 16682107. OLE color: 16682107.
HSL color Cylindrical-coordinate representation of color #7B8CFE: hue angle of 232.21º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B8CFE is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 140 | 254 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.00 |
| HSL | 232.21º | 0.98% | 0.74% | - |
| HSV(B) | 232.21º | 0.52% | 1% | - |
| XYZ | 35.44 | 30.12 | 97.71 | - |
| YUV | 147.91 | 187.87 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 140 | 254 | 0.52 | 0.45 | 0 | 0.00 | 232.21 | 0.98 | 0.74 |
| Hex | 7B | 8C | FE | 34 | 2D | 0 | 0 | E8 | 62 | 4A |
| Octal | 173 | 214 | 376 | 64 | 55 | 0 | 0 | 350 | 142 | 112 |
| Binary | 1111011 | 10001100 | 11111110 | 110100 | 101101 | 0 | 0 | 11101000 | 1100010 | 1001010 |
Color Harmonies of #7B8CFE
Complementary color
Monochromatic Colors of #7B8CFE
Black with #7B8CFE
Text Example
Text Example
White with #7B8CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8CFE; }
p { color: rgb(123,140,254); }
H1.HeaderClassName
{
color: #7B8CFE;
}
.AnyTagClassName
{
color: #7B8CFE;
}
</style>
background-color css
<style>
a { background-color: #7B8CFE; }
a { background-color: rgb(123,140,254); }
div.DivClassName
{
background-color: #7B8CFE;
}
.BgClassName
{
background-color: #7B8CFE;
}
</style>
border-color css
<style>
span { border-color: #7B8CFE; }
span { border-color: rgb(123,140,254); }
td.TdClassName
{
border-color: #7B8CFE;
}
.TagClassName
{
border-color: #7B8CFE;
}
</style>