Shades of Cornflower Blue #7B90FF
Tints of Cornflower Blue #7B90FF
RGB
CMYK
RGB Variations
Color information
#7B90FF (or 0x7B90FF) is known color: Cornflower Blue. HEX triplet: 7B, 90 and FF. RGB value is (123,144,255). Sum of RGB (Red+Green+Blue) = 123+144+255=522 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.56% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B90FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B90FF is #846F00. Grayscale: #959595. Windows color (decimal): -8679169 or 16748667. OLE color: 16748667.
HSL color Cylindrical-coordinate representation of color #7B90FF: hue angle of 230.45º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B90FF is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 144 | 255 | - |
| CMYK | 0.52 | 0.44 | 0 | 0 |
| HSL | 230.45º | 1% | 0.74% | - |
| HSV(B) | 230.45º | 0.52% | 1% | - |
| XYZ | 36.19 | 31.38 | 98.76 | - |
| YUV | 150.38 | 187.04 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 144 | 255 | 0.52 | 0.44 | 0 | 0 | 230.45 | 1 | 0.74 |
| Hex | 7B | 90 | FF | 34 | 2C | 0 | 0 | E6 | 64 | 4A |
| Octal | 173 | 220 | 377 | 64 | 54 | 0 | 0 | 346 | 144 | 112 |
| Binary | 1111011 | 10010000 | 11111111 | 110100 | 101100 | 0 | 0 | 11100110 | 1100100 | 1001010 |
Color Harmonies of #7B90FF
Complementary color
Monochromatic Colors of #7B90FF
Black with #7B90FF
Text Example
Text Example
White with #7B90FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B90FF; }
p { color: rgb(123,144,255); }
H1.HeaderClassName
{
color: #7B90FF;
}
.AnyTagClassName
{
color: #7B90FF;
}
</style>
background-color css
<style>
a { background-color: #7B90FF; }
a { background-color: rgb(123,144,255); }
div.DivClassName
{
background-color: #7B90FF;
}
.BgClassName
{
background-color: #7B90FF;
}
</style>
border-color css
<style>
span { border-color: #7B90FF; }
span { border-color: rgb(123,144,255); }
td.TdClassName
{
border-color: #7B90FF;
}
.TagClassName
{
border-color: #7B90FF;
}
</style>