Shades of Cornflower Blue #7899FF
Tints of Cornflower Blue #7899FF
RGB
CMYK
RGB Variations
Color information
#7899FF (or 0x7899FF) is known color: Cornflower Blue. HEX triplet: 78, 99 and FF. RGB value is (120,153,255). Sum of RGB (Red+Green+Blue) = 120+153+255=528 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.73% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #7899FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7899FF is #876600. Grayscale: #9A9A9A. Windows color (decimal): -8873473 or 16750968. OLE color: 16750968.
HSL color Cylindrical-coordinate representation of color #7899FF: hue angle of 225.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7899FF is Cyan = 0.53, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 153 | 255 | - |
| CMYK | 0.53 | 0.4 | 0 | 0 |
| HSL | 225.33º | 1% | 0.74% | - |
| HSV(B) | 225.33º | 0.53% | 1% | - |
| XYZ | 37.19 | 34 | 99.21 | - |
| YUV | 154.76 | 184.57 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 255 | 0.53 | 0.4 | 0 | 0 | 225.33 | 1 | 0.74 |
| Hex | 78 | 99 | FF | 35 | 28 | 0 | 0 | E1 | 64 | 4A |
| Octal | 170 | 231 | 377 | 65 | 50 | 0 | 0 | 341 | 144 | 112 |
| Binary | 1111000 | 10011001 | 11111111 | 110101 | 101000 | 0 | 0 | 11100001 | 1100100 | 1001010 |
Color Harmonies of #7899FF
Complementary color
Monochromatic Colors of #7899FF
Black with #7899FF
Text Example
Text Example
White with #7899FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7899FF; }
p { color: rgb(120,153,255); }
H1.HeaderClassName
{
color: #7899FF;
}
.AnyTagClassName
{
color: #7899FF;
}
</style>
background-color css
<style>
a { background-color: #7899FF; }
a { background-color: rgb(120,153,255); }
div.DivClassName
{
background-color: #7899FF;
}
.BgClassName
{
background-color: #7899FF;
}
</style>
border-color css
<style>
span { border-color: #7899FF; }
span { border-color: rgb(120,153,255); }
td.TdClassName
{
border-color: #7899FF;
}
.TagClassName
{
border-color: #7899FF;
}
</style>