Shades of Cornflower Blue #7B8AF9
Tints of Cornflower Blue #7B8AF9
RGB
CMYK
RGB Variations
Color information
#7B8AF9 (or 0x7B8AF9) is known color: Cornflower Blue. HEX triplet: 7B, 8A and F9. RGB value is (123,138,249). Sum of RGB (Red+Green+Blue) = 123+138+249=510 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.12% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #7B8AF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B8AF9 is #847506. Grayscale: #919191. Windows color (decimal): -8680711 or 16353915. OLE color: 16353915.
HSL color Cylindrical-coordinate representation of color #7B8AF9: hue angle of 232.86º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B8AF9 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 138 | 249 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.02 |
| HSL | 232.86º | 0.91% | 0.73% | - |
| HSV(B) | 232.86º | 0.51% | 0.98% | - |
| XYZ | 34.36 | 29.23 | 93.45 | - |
| YUV | 146.17 | 186.03 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 138 | 249 | 0.51 | 0.45 | 0 | 0.02 | 232.86 | 0.91 | 0.73 |
| Hex | 7B | 8A | F9 | 33 | 2D | 0 | 2 | E9 | 5B | 49 |
| Octal | 173 | 212 | 371 | 63 | 55 | 0 | 2 | 351 | 133 | 111 |
| Binary | 1111011 | 10001010 | 11111001 | 110011 | 101101 | 0 | 10 | 11101001 | 1011011 | 1001001 |
Color Harmonies of #7B8AF9
Complementary color
Monochromatic Colors of #7B8AF9
Black with #7B8AF9
Text Example
Text Example
White with #7B8AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8AF9; }
p { color: rgb(123,138,249); }
H1.HeaderClassName
{
color: #7B8AF9;
}
.AnyTagClassName
{
color: #7B8AF9;
}
</style>
background-color css
<style>
a { background-color: #7B8AF9; }
a { background-color: rgb(123,138,249); }
div.DivClassName
{
background-color: #7B8AF9;
}
.BgClassName
{
background-color: #7B8AF9;
}
</style>
border-color css
<style>
span { border-color: #7B8AF9; }
span { border-color: rgb(123,138,249); }
td.TdClassName
{
border-color: #7B8AF9;
}
.TagClassName
{
border-color: #7B8AF9;
}
</style>