Shades of Cornflower Blue #7B9FFF
Tints of Cornflower Blue #7B9FFF
RGB
CMYK
RGB Variations
Color information
#7B9FFF (or 0x7B9FFF) is known color: Cornflower Blue. HEX triplet: 7B, 9F and FF. RGB value is (123,159,255). Sum of RGB (Red+Green+Blue) = 123+159+255=537 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.91% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B9FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9FFF is #846000. Grayscale: #9E9E9E. Windows color (decimal): -8675329 or 16752507. OLE color: 16752507.
HSL color Cylindrical-coordinate representation of color #7B9FFF: hue angle of 223.64º 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 #7B9FFF is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 159 | 255 | - |
| CMYK | 0.52 | 0.38 | 0 | 0 |
| HSL | 223.64º | 1% | 0.74% | - |
| HSV(B) | 223.64º | 0.52% | 1% | - |
| XYZ | 38.62 | 36.23 | 99.56 | - |
| YUV | 159.18 | 182.07 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 159 | 255 | 0.52 | 0.38 | 0 | 0 | 223.64 | 1 | 0.74 |
| Hex | 7B | 9F | FF | 34 | 26 | 0 | 0 | E0 | 64 | 4A |
| Octal | 173 | 237 | 377 | 64 | 46 | 0 | 0 | 340 | 144 | 112 |
| Binary | 1111011 | 10011111 | 11111111 | 110100 | 100110 | 0 | 0 | 11100000 | 1100100 | 1001010 |
Color Harmonies of #7B9FFF
Complementary color
Monochromatic Colors of #7B9FFF
Black with #7B9FFF
Text Example
Text Example
White with #7B9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9FFF; }
p { color: rgb(123,159,255); }
H1.HeaderClassName
{
color: #7B9FFF;
}
.AnyTagClassName
{
color: #7B9FFF;
}
</style>
background-color css
<style>
a { background-color: #7B9FFF; }
a { background-color: rgb(123,159,255); }
div.DivClassName
{
background-color: #7B9FFF;
}
.BgClassName
{
background-color: #7B9FFF;
}
</style>
border-color css
<style>
span { border-color: #7B9FFF; }
span { border-color: rgb(123,159,255); }
td.TdClassName
{
border-color: #7B9FFF;
}
.TagClassName
{
border-color: #7B9FFF;
}
</style>