Shades of Cornflower Blue #7B9AFF
Tints of Cornflower Blue #7B9AFF
RGB
CMYK
RGB Variations
Color information
#7B9AFF (or 0x7B9AFF) is known color: Cornflower Blue. HEX triplet: 7B, 9A and FF. RGB value is (123,154,255). Sum of RGB (Red+Green+Blue) = 123+154+255=532 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.12% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B9AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9AFF is #846500. Grayscale: #9B9B9B. Windows color (decimal): -8676609 or 16751227. OLE color: 16751227.
HSL color Cylindrical-coordinate representation of color #7B9AFF: hue angle of 225.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 #7B9AFF is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 154 | 255 | - |
| CMYK | 0.52 | 0.40 | 0 | 0 |
| HSL | 225.91º | 1% | 0.74% | - |
| HSV(B) | 225.91º | 0.52% | 1% | - |
| XYZ | 37.77 | 34.54 | 99.28 | - |
| YUV | 156.25 | 183.73 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 154 | 255 | 0.52 | 0.40 | 0 | 0 | 225.91 | 1 | 0.74 |
| Hex | 7B | 9A | FF | 34 | 28 | 0 | 0 | E2 | 64 | 4A |
| Octal | 173 | 232 | 377 | 64 | 50 | 0 | 0 | 342 | 144 | 112 |
| Binary | 1111011 | 10011010 | 11111111 | 110100 | 101000 | 0 | 0 | 11100010 | 1100100 | 1001010 |
Color Harmonies of #7B9AFF
Complementary color
Monochromatic Colors of #7B9AFF
Black with #7B9AFF
Text Example
Text Example
White with #7B9AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9AFF; }
p { color: rgb(123,154,255); }
H1.HeaderClassName
{
color: #7B9AFF;
}
.AnyTagClassName
{
color: #7B9AFF;
}
</style>
background-color css
<style>
a { background-color: #7B9AFF; }
a { background-color: rgb(123,154,255); }
div.DivClassName
{
background-color: #7B9AFF;
}
.BgClassName
{
background-color: #7B9AFF;
}
</style>
border-color css
<style>
span { border-color: #7B9AFF; }
span { border-color: rgb(123,154,255); }
td.TdClassName
{
border-color: #7B9AFF;
}
.TagClassName
{
border-color: #7B9AFF;
}
</style>