Shades of Cornflower Blue #7993FF
Tints of Cornflower Blue #7993FF
RGB
CMYK
RGB Variations
Color information
#7993FF (or 0x7993FF) is known color: Cornflower Blue. HEX triplet: 79, 93 and FF. RGB value is (121,147,255). Sum of RGB (Red+Green+Blue) = 121+147+255=523 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.14% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #7993FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7993FF is #866C00. Grayscale: #979797. Windows color (decimal): -8809473 or 16749433. OLE color: 16749433.
HSL color Cylindrical-coordinate representation of color #7993FF: hue angle of 228.36º 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 #7993FF is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 147 | 255 | - |
| CMYK | 0.53 | 0.42 | 0 | 0 |
| HSL | 228.36º | 1% | 0.74% | - |
| HSV(B) | 228.36º | 0.53% | 1% | - |
| XYZ | 36.37 | 32.15 | 98.9 | - |
| YUV | 151.54 | 186.39 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 147 | 255 | 0.53 | 0.42 | 0 | 0 | 228.36 | 1 | 0.74 |
| Hex | 79 | 93 | FF | 35 | 2A | 0 | 0 | E4 | 64 | 4A |
| Octal | 171 | 223 | 377 | 65 | 52 | 0 | 0 | 344 | 144 | 112 |
| Binary | 1111001 | 10010011 | 11111111 | 110101 | 101010 | 0 | 0 | 11100100 | 1100100 | 1001010 |
Color Harmonies of #7993FF
Complementary color
Monochromatic Colors of #7993FF
Black with #7993FF
Text Example
Text Example
White with #7993FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7993FF; }
p { color: rgb(121,147,255); }
H1.HeaderClassName
{
color: #7993FF;
}
.AnyTagClassName
{
color: #7993FF;
}
</style>
background-color css
<style>
a { background-color: #7993FF; }
a { background-color: rgb(121,147,255); }
div.DivClassName
{
background-color: #7993FF;
}
.BgClassName
{
background-color: #7993FF;
}
</style>
border-color css
<style>
span { border-color: #7993FF; }
span { border-color: rgb(121,147,255); }
td.TdClassName
{
border-color: #7993FF;
}
.TagClassName
{
border-color: #7993FF;
}
</style>