Shades of Cornflower Blue #7B8CFF
Tints of Cornflower Blue #7B8CFF
RGB
CMYK
RGB Variations
Color information
#7B8CFF (or 0x7B8CFF) is known color: Cornflower Blue. HEX triplet: 7B, 8C and FF. RGB value is (123,140,255). Sum of RGB (Red+Green+Blue) = 123+140+255=518 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.75% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B8CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B8CFF is #847300. Grayscale: #939393. Windows color (decimal): -8680193 or 16747643. OLE color: 16747643.
HSL color Cylindrical-coordinate representation of color #7B8CFF: hue angle of 232.27º 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 #7B8CFF is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 140 | 255 | - |
| CMYK | 0.52 | 0.45 | 0 | 0 |
| HSL | 232.27º | 1% | 0.74% | - |
| HSV(B) | 232.27º | 0.52% | 1% | - |
| XYZ | 35.6 | 30.19 | 98.56 | - |
| YUV | 148.03 | 188.37 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 140 | 255 | 0.52 | 0.45 | 0 | 0 | 232.27 | 1 | 0.74 |
| Hex | 7B | 8C | FF | 34 | 2D | 0 | 0 | E8 | 64 | 4A |
| Octal | 173 | 214 | 377 | 64 | 55 | 0 | 0 | 350 | 144 | 112 |
| Binary | 1111011 | 10001100 | 11111111 | 110100 | 101101 | 0 | 0 | 11101000 | 1100100 | 1001010 |
Color Harmonies of #7B8CFF
Complementary color
Monochromatic Colors of #7B8CFF
Black with #7B8CFF
Text Example
Text Example
White with #7B8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8CFF; }
p { color: rgb(123,140,255); }
H1.HeaderClassName
{
color: #7B8CFF;
}
.AnyTagClassName
{
color: #7B8CFF;
}
</style>
background-color css
<style>
a { background-color: #7B8CFF; }
a { background-color: rgb(123,140,255); }
div.DivClassName
{
background-color: #7B8CFF;
}
.BgClassName
{
background-color: #7B8CFF;
}
</style>
border-color css
<style>
span { border-color: #7B8CFF; }
span { border-color: rgb(123,140,255); }
td.TdClassName
{
border-color: #7B8CFF;
}
.TagClassName
{
border-color: #7B8CFF;
}
</style>