Shades of Cornflower Blue #7B8BFD
Tints of Cornflower Blue #7B8BFD
RGB
CMYK
RGB Variations
Color information
#7B8BFD (or 0x7B8BFD) is known color: Cornflower Blue. HEX triplet: 7B, 8B and FD. RGB value is (123,139,253). Sum of RGB (Red+Green+Blue) = 123+139+253=515 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.88% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B8BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B8BFD is #847402. Grayscale: #929292. Windows color (decimal): -8680451 or 16616315. OLE color: 16616315.
HSL color Cylindrical-coordinate representation of color #7B8BFD: hue angle of 232.62º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B8BFD is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 139 | 253 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.01 |
| HSL | 232.62º | 0.97% | 0.74% | - |
| HSV(B) | 232.62º | 0.51% | 0.99% | - |
| XYZ | 35.13 | 29.77 | 96.82 | - |
| YUV | 147.21 | 187.7 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 139 | 253 | 0.51 | 0.45 | 0 | 0.01 | 232.62 | 0.97 | 0.74 |
| Hex | 7B | 8B | FD | 33 | 2D | 0 | 1 | E9 | 61 | 4A |
| Octal | 173 | 213 | 375 | 63 | 55 | 0 | 1 | 351 | 141 | 112 |
| Binary | 1111011 | 10001011 | 11111101 | 110011 | 101101 | 0 | 1 | 11101001 | 1100001 | 1001010 |
Color Harmonies of #7B8BFD
Complementary color
Monochromatic Colors of #7B8BFD
Black with #7B8BFD
Text Example
Text Example
White with #7B8BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8BFD; }
p { color: rgb(123,139,253); }
H1.HeaderClassName
{
color: #7B8BFD;
}
.AnyTagClassName
{
color: #7B8BFD;
}
</style>
background-color css
<style>
a { background-color: #7B8BFD; }
a { background-color: rgb(123,139,253); }
div.DivClassName
{
background-color: #7B8BFD;
}
.BgClassName
{
background-color: #7B8BFD;
}
</style>
border-color css
<style>
span { border-color: #7B8BFD; }
span { border-color: rgb(123,139,253); }
td.TdClassName
{
border-color: #7B8BFD;
}
.TagClassName
{
border-color: #7B8BFD;
}
</style>