Shades of Cornflower Blue #7D9CFF
Tints of Cornflower Blue #7D9CFF
RGB
CMYK
RGB Variations
Color information
#7D9CFF (or 0x7D9CFF) is known color: Cornflower Blue. HEX triplet: 7D, 9C and FF. RGB value is (125,156,255). Sum of RGB (Red+Green+Blue) = 125+156+255=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D9CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9CFF is #826300. Grayscale: #9D9D9D. Windows color (decimal): -8545025 or 16751741. OLE color: 16751741.
HSL color Cylindrical-coordinate representation of color #7D9CFF: hue angle of 225.69º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D9CFF is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 156 | 255 | - |
| CMYK | 0.51 | 0.39 | 0 | 0 |
| HSL | 225.69º | 1% | 0.75% | - |
| HSV(B) | 225.69º | 0.51% | 1% | - |
| XYZ | 38.4 | 35.36 | 99.41 | - |
| YUV | 158.02 | 182.73 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 156 | 255 | 0.51 | 0.39 | 0 | 0 | 225.69 | 1 | 0.75 |
| Hex | 7D | 9C | FF | 33 | 27 | 0 | 0 | E2 | 64 | 4B |
| Octal | 175 | 234 | 377 | 63 | 47 | 0 | 0 | 342 | 144 | 113 |
| Binary | 1111101 | 10011100 | 11111111 | 110011 | 100111 | 0 | 0 | 11100010 | 1100100 | 1001011 |
Color Harmonies of #7D9CFF
Complementary color
Monochromatic Colors of #7D9CFF
Black with #7D9CFF
Text Example
Text Example
White with #7D9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9CFF; }
p { color: rgb(125,156,255); }
H1.HeaderClassName
{
color: #7D9CFF;
}
.AnyTagClassName
{
color: #7D9CFF;
}
</style>
background-color css
<style>
a { background-color: #7D9CFF; }
a { background-color: rgb(125,156,255); }
div.DivClassName
{
background-color: #7D9CFF;
}
.BgClassName
{
background-color: #7D9CFF;
}
</style>
border-color css
<style>
span { border-color: #7D9CFF; }
span { border-color: rgb(125,156,255); }
td.TdClassName
{
border-color: #7D9CFF;
}
.TagClassName
{
border-color: #7D9CFF;
}
</style>