Shades of Cornflower Blue #7B8FFF
Tints of Cornflower Blue #7B8FFF
RGB
CMYK
RGB Variations
Color information
#7B8FFF (or 0x7B8FFF) is known color: Cornflower Blue. HEX triplet: 7B, 8F and FF. RGB value is (123,143,255). Sum of RGB (Red+Green+Blue) = 123+143+255=521 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.61% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B8FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B8FFF is #847000. Grayscale: #959595. Windows color (decimal): -8679425 or 16748411. OLE color: 16748411.
HSL color Cylindrical-coordinate representation of color #7B8FFF: hue angle of 230.91º 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 #7B8FFF is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 143 | 255 | - |
| CMYK | 0.52 | 0.44 | 0 | 0 |
| HSL | 230.91º | 1% | 0.74% | - |
| HSV(B) | 230.91º | 0.52% | 1% | - |
| XYZ | 36.04 | 31.08 | 98.71 | - |
| YUV | 149.79 | 187.37 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 143 | 255 | 0.52 | 0.44 | 0 | 0 | 230.91 | 1 | 0.74 |
| Hex | 7B | 8F | FF | 34 | 2C | 0 | 0 | E7 | 64 | 4A |
| Octal | 173 | 217 | 377 | 64 | 54 | 0 | 0 | 347 | 144 | 112 |
| Binary | 1111011 | 10001111 | 11111111 | 110100 | 101100 | 0 | 0 | 11100111 | 1100100 | 1001010 |
Color Harmonies of #7B8FFF
Complementary color
Monochromatic Colors of #7B8FFF
Black with #7B8FFF
Text Example
Text Example
White with #7B8FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8FFF; }
p { color: rgb(123,143,255); }
H1.HeaderClassName
{
color: #7B8FFF;
}
.AnyTagClassName
{
color: #7B8FFF;
}
</style>
background-color css
<style>
a { background-color: #7B8FFF; }
a { background-color: rgb(123,143,255); }
div.DivClassName
{
background-color: #7B8FFF;
}
.BgClassName
{
background-color: #7B8FFF;
}
</style>
border-color css
<style>
span { border-color: #7B8FFF; }
span { border-color: rgb(123,143,255); }
td.TdClassName
{
border-color: #7B8FFF;
}
.TagClassName
{
border-color: #7B8FFF;
}
</style>