Shades of Cornflower Blue #7B9CFE
Tints of Cornflower Blue #7B9CFE
RGB
CMYK
RGB Variations
Color information
#7B9CFE (or 0x7B9CFE) is known color: Cornflower Blue. HEX triplet: 7B, 9C and FE. RGB value is (123,156,254). Sum of RGB (Red+Green+Blue) = 123+156+254=533 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.08% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B9CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9CFE is #846301. Grayscale: #9C9C9C. Windows color (decimal): -8676098 or 16686203. OLE color: 16686203.
HSL color Cylindrical-coordinate representation of color #7B9CFE: hue angle of 224.89º 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 #7B9CFE is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 156 | 254 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.00 |
| HSL | 224.89º | 0.98% | 0.74% | - |
| HSV(B) | 224.89º | 0.52% | 1% | - |
| XYZ | 37.95 | 35.14 | 98.55 | - |
| YUV | 157.31 | 182.57 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 156 | 254 | 0.52 | 0.39 | 0 | 0.00 | 224.89 | 0.98 | 0.74 |
| Hex | 7B | 9C | FE | 34 | 27 | 0 | 0 | E1 | 62 | 4A |
| Octal | 173 | 234 | 376 | 64 | 47 | 0 | 0 | 341 | 142 | 112 |
| Binary | 1111011 | 10011100 | 11111110 | 110100 | 100111 | 0 | 0 | 11100001 | 1100010 | 1001010 |
Color Harmonies of #7B9CFE
Complementary color
Monochromatic Colors of #7B9CFE
Black with #7B9CFE
Text Example
Text Example
White with #7B9CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9CFE; }
p { color: rgb(123,156,254); }
H1.HeaderClassName
{
color: #7B9CFE;
}
.AnyTagClassName
{
color: #7B9CFE;
}
</style>
background-color css
<style>
a { background-color: #7B9CFE; }
a { background-color: rgb(123,156,254); }
div.DivClassName
{
background-color: #7B9CFE;
}
.BgClassName
{
background-color: #7B9CFE;
}
</style>
border-color css
<style>
span { border-color: #7B9CFE; }
span { border-color: rgb(123,156,254); }
td.TdClassName
{
border-color: #7B9CFE;
}
.TagClassName
{
border-color: #7B9CFE;
}
</style>