Shades of Cornflower Blue #7B9AFE
Tints of Cornflower Blue #7B9AFE
RGB
CMYK
RGB Variations
Color information
#7B9AFE (or 0x7B9AFE) is known color: Cornflower Blue. HEX triplet: 7B, 9A and FE. RGB value is (123,154,254). Sum of RGB (Red+Green+Blue) = 123+154+254=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B9AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9AFE is #846501. Grayscale: #9B9B9B. Windows color (decimal): -8676610 or 16685691. OLE color: 16685691.
HSL color Cylindrical-coordinate representation of color #7B9AFE: hue angle of 225.8º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B9AFE is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 154 | 254 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.00 |
| HSL | 225.8º | 0.98% | 0.74% | - |
| HSV(B) | 225.8º | 0.52% | 1% | - |
| XYZ | 37.61 | 34.48 | 98.44 | - |
| YUV | 156.13 | 183.23 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 154 | 254 | 0.52 | 0.39 | 0 | 0.00 | 225.8 | 0.98 | 0.74 |
| Hex | 7B | 9A | FE | 34 | 27 | 0 | 0 | E2 | 62 | 4A |
| Octal | 173 | 232 | 376 | 64 | 47 | 0 | 0 | 342 | 142 | 112 |
| Binary | 1111011 | 10011010 | 11111110 | 110100 | 100111 | 0 | 0 | 11100010 | 1100010 | 1001010 |
Color Harmonies of #7B9AFE
Complementary color
Monochromatic Colors of #7B9AFE
Black with #7B9AFE
Text Example
Text Example
White with #7B9AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9AFE; }
p { color: rgb(123,154,254); }
H1.HeaderClassName
{
color: #7B9AFE;
}
.AnyTagClassName
{
color: #7B9AFE;
}
</style>
background-color css
<style>
a { background-color: #7B9AFE; }
a { background-color: rgb(123,154,254); }
div.DivClassName
{
background-color: #7B9AFE;
}
.BgClassName
{
background-color: #7B9AFE;
}
</style>
border-color css
<style>
span { border-color: #7B9AFE; }
span { border-color: rgb(123,154,254); }
td.TdClassName
{
border-color: #7B9AFE;
}
.TagClassName
{
border-color: #7B9AFE;
}
</style>