Shades of Cornflower Blue #7D90FC
Tints of Cornflower Blue #7D90FC
RGB
CMYK
RGB Variations
Color information
#7D90FC (or 0x7D90FC) is known color: Cornflower Blue. HEX triplet: 7D, 90 and FC. RGB value is (125,144,252). Sum of RGB (Red+Green+Blue) = 125+144+252=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D90FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D90FC is #826F03. Grayscale: #969696. Windows color (decimal): -8548100 or 16552061. OLE color: 16552061.
HSL color Cylindrical-coordinate representation of color #7D90FC: hue angle of 231.02º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D90FC is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 144 | 252 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.01 |
| HSL | 231.02º | 0.95% | 0.74% | - |
| HSV(B) | 231.02º | 0.5% | 0.99% | - |
| XYZ | 36 | 31.33 | 96.25 | - |
| YUV | 150.63 | 185.21 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 144 | 252 | 0.50 | 0.43 | 0 | 0.01 | 231.02 | 0.95 | 0.74 |
| Hex | 7D | 90 | FC | 32 | 2B | 0 | 1 | E7 | 5F | 4A |
| Octal | 175 | 220 | 374 | 62 | 53 | 0 | 1 | 347 | 137 | 112 |
| Binary | 1111101 | 10010000 | 11111100 | 110010 | 101011 | 0 | 1 | 11100111 | 1011111 | 1001010 |
Color Harmonies of #7D90FC
Complementary color
Monochromatic Colors of #7D90FC
Black with #7D90FC
Text Example
Text Example
White with #7D90FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D90FC; }
p { color: rgb(125,144,252); }
H1.HeaderClassName
{
color: #7D90FC;
}
.AnyTagClassName
{
color: #7D90FC;
}
</style>
background-color css
<style>
a { background-color: #7D90FC; }
a { background-color: rgb(125,144,252); }
div.DivClassName
{
background-color: #7D90FC;
}
.BgClassName
{
background-color: #7D90FC;
}
</style>
border-color css
<style>
span { border-color: #7D90FC; }
span { border-color: rgb(125,144,252); }
td.TdClassName
{
border-color: #7D90FC;
}
.TagClassName
{
border-color: #7D90FC;
}
</style>