Shades of Cornflower Blue #7B9EFF
Tints of Cornflower Blue #7B9EFF
RGB
CMYK
RGB Variations
Color information
#7B9EFF (or 0x7B9EFF) is known color: Cornflower Blue. HEX triplet: 7B, 9E and FF. RGB value is (123,158,255). Sum of RGB (Red+Green+Blue) = 123+158+255=536 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.95% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B9EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9EFF is #846100. Grayscale: #9E9E9E. Windows color (decimal): -8675585 or 16752251. OLE color: 16752251.
HSL color Cylindrical-coordinate representation of color #7B9EFF: hue angle of 224.09º 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 #7B9EFF is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 158 | 255 | - |
| CMYK | 0.52 | 0.38 | 0 | 0 |
| HSL | 224.09º | 1% | 0.74% | - |
| HSV(B) | 224.09º | 0.52% | 1% | - |
| XYZ | 38.45 | 35.88 | 99.51 | - |
| YUV | 158.59 | 182.4 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 255 | 0.52 | 0.38 | 0 | 0 | 224.09 | 1 | 0.74 |
| Hex | 7B | 9E | FF | 34 | 26 | 0 | 0 | E0 | 64 | 4A |
| Octal | 173 | 236 | 377 | 64 | 46 | 0 | 0 | 340 | 144 | 112 |
| Binary | 1111011 | 10011110 | 11111111 | 110100 | 100110 | 0 | 0 | 11100000 | 1100100 | 1001010 |
Color Harmonies of #7B9EFF
Complementary color
Monochromatic Colors of #7B9EFF
Black with #7B9EFF
Text Example
Text Example
White with #7B9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9EFF; }
p { color: rgb(123,158,255); }
H1.HeaderClassName
{
color: #7B9EFF;
}
.AnyTagClassName
{
color: #7B9EFF;
}
</style>
background-color css
<style>
a { background-color: #7B9EFF; }
a { background-color: rgb(123,158,255); }
div.DivClassName
{
background-color: #7B9EFF;
}
.BgClassName
{
background-color: #7B9EFF;
}
</style>
border-color css
<style>
span { border-color: #7B9EFF; }
span { border-color: rgb(123,158,255); }
td.TdClassName
{
border-color: #7B9EFF;
}
.TagClassName
{
border-color: #7B9EFF;
}
</style>