Shades of Cornflower Blue #7899FA
Tints of Cornflower Blue #7899FA
RGB
CMYK
RGB Variations
Color information
#7899FA (or 0x7899FA) is known color: Cornflower Blue. HEX triplet: 78, 99 and FA. RGB value is (120,153,250). Sum of RGB (Red+Green+Blue) = 120+153+250=523 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.94% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #7899FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7899FA is #876605. Grayscale: #999999. Windows color (decimal): -8873478 or 16423288. OLE color: 16423288.
HSL color Cylindrical-coordinate representation of color #7899FA: hue angle of 224.77º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7899FA is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 153 | 250 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.02 |
| HSL | 224.77º | 0.93% | 0.73% | - |
| HSV(B) | 224.77º | 0.52% | 0.98% | - |
| XYZ | 36.39 | 33.68 | 95.02 | - |
| YUV | 154.19 | 182.07 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 250 | 0.52 | 0.39 | 0 | 0.02 | 224.77 | 0.93 | 0.73 |
| Hex | 78 | 99 | FA | 34 | 27 | 0 | 2 | E1 | 5D | 49 |
| Octal | 170 | 231 | 372 | 64 | 47 | 0 | 2 | 341 | 135 | 111 |
| Binary | 1111000 | 10011001 | 11111010 | 110100 | 100111 | 0 | 10 | 11100001 | 1011101 | 1001001 |
Color Harmonies of #7899FA
Complementary color
Monochromatic Colors of #7899FA
Black with #7899FA
Text Example
Text Example
White with #7899FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7899FA; }
p { color: rgb(120,153,250); }
H1.HeaderClassName
{
color: #7899FA;
}
.AnyTagClassName
{
color: #7899FA;
}
</style>
background-color css
<style>
a { background-color: #7899FA; }
a { background-color: rgb(120,153,250); }
div.DivClassName
{
background-color: #7899FA;
}
.BgClassName
{
background-color: #7899FA;
}
</style>
border-color css
<style>
span { border-color: #7899FA; }
span { border-color: rgb(120,153,250); }
td.TdClassName
{
border-color: #7899FA;
}
.TagClassName
{
border-color: #7899FA;
}
</style>