Shades of Cornflower Blue #7B93FA
Tints of Cornflower Blue #7B93FA
RGB
CMYK
RGB Variations
Color information
#7B93FA (or 0x7B93FA) is known color: Cornflower Blue. HEX triplet: 7B, 93 and FA. RGB value is (123,147,250). Sum of RGB (Red+Green+Blue) = 123+147+250=520 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.65% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B93FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B93FA is #846C05. Grayscale: #979797. Windows color (decimal): -8678406 or 16421755. OLE color: 16421755.
HSL color Cylindrical-coordinate representation of color #7B93FA: hue angle of 228.66º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B93FA is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 147 | 250 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.02 |
| HSL | 228.66º | 0.93% | 0.73% | - |
| HSV(B) | 228.66º | 0.51% | 0.98% | - |
| XYZ | 35.86 | 31.98 | 94.73 | - |
| YUV | 151.57 | 183.55 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 250 | 0.51 | 0.41 | 0 | 0.02 | 228.66 | 0.93 | 0.73 |
| Hex | 7B | 93 | FA | 33 | 29 | 0 | 2 | E5 | 5D | 49 |
| Octal | 173 | 223 | 372 | 63 | 51 | 0 | 2 | 345 | 135 | 111 |
| Binary | 1111011 | 10010011 | 11111010 | 110011 | 101001 | 0 | 10 | 11100101 | 1011101 | 1001001 |
Color Harmonies of #7B93FA
Complementary color
Monochromatic Colors of #7B93FA
Black with #7B93FA
Text Example
Text Example
White with #7B93FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B93FA; }
p { color: rgb(123,147,250); }
H1.HeaderClassName
{
color: #7B93FA;
}
.AnyTagClassName
{
color: #7B93FA;
}
</style>
background-color css
<style>
a { background-color: #7B93FA; }
a { background-color: rgb(123,147,250); }
div.DivClassName
{
background-color: #7B93FA;
}
.BgClassName
{
background-color: #7B93FA;
}
</style>
border-color css
<style>
span { border-color: #7B93FA; }
span { border-color: rgb(123,147,250); }
td.TdClassName
{
border-color: #7B93FA;
}
.TagClassName
{
border-color: #7B93FA;
}
</style>