Shades of Cornflower Blue #7995FF
Tints of Cornflower Blue #7995FF
RGB
CMYK
RGB Variations
Color information
#7995FF (or 0x7995FF) is known color: Cornflower Blue. HEX triplet: 79, 95 and FF. RGB value is (121,149,255). Sum of RGB (Red+Green+Blue) = 121+149+255=525 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.05% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #7995FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7995FF is #866A00. Grayscale: #989898. Windows color (decimal): -8808961 or 16749945. OLE color: 16749945.
HSL color Cylindrical-coordinate representation of color #7995FF: hue angle of 227.46º 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 #7995FF is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 149 | 255 | - |
| CMYK | 0.53 | 0.42 | 0 | 0 |
| HSL | 227.46º | 1% | 0.74% | - |
| HSV(B) | 227.46º | 0.53% | 1% | - |
| XYZ | 36.68 | 32.78 | 99 | - |
| YUV | 152.71 | 185.72 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 149 | 255 | 0.53 | 0.42 | 0 | 0 | 227.46 | 1 | 0.74 |
| Hex | 79 | 95 | FF | 35 | 2A | 0 | 0 | E3 | 64 | 4A |
| Octal | 171 | 225 | 377 | 65 | 52 | 0 | 0 | 343 | 144 | 112 |
| Binary | 1111001 | 10010101 | 11111111 | 110101 | 101010 | 0 | 0 | 11100011 | 1100100 | 1001010 |
Color Harmonies of #7995FF
Complementary color
Monochromatic Colors of #7995FF
Black with #7995FF
Text Example
Text Example
White with #7995FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7995FF; }
p { color: rgb(121,149,255); }
H1.HeaderClassName
{
color: #7995FF;
}
.AnyTagClassName
{
color: #7995FF;
}
</style>
background-color css
<style>
a { background-color: #7995FF; }
a { background-color: rgb(121,149,255); }
div.DivClassName
{
background-color: #7995FF;
}
.BgClassName
{
background-color: #7995FF;
}
</style>
border-color css
<style>
span { border-color: #7995FF; }
span { border-color: rgb(121,149,255); }
td.TdClassName
{
border-color: #7995FF;
}
.TagClassName
{
border-color: #7995FF;
}
</style>