#7C98EC

Color #7C98EC Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #7C98EC

Tints of Cornflower Blue #7C98EC

Color information

#7C98EC (or 0x7C98EC) is unknown color: approx Cornflower Blue. HEX triplet: 7C, 98 and EC. RGB value is (124,152,236). Sum of RGB (Red+Green+Blue) = 124+152+236=512 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.22% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C98EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C98EC is #836713. Grayscale: #989898. Windows color (decimal): -8611604 or 15505532. OLE color: 15505532.

HSL color Cylindrical-coordinate representation of color #7C98EC: hue angle of 225º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C98EC is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB124152236-
CMYK0.470.3600.07
HSL225º74.67%70.59%-
HSV(B)225º47.46%92.55%-
XYZ34.6832.883.86-
YUV153.2174.72107.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 24.22%
GREEN value IS 152 (59.77% from 255) = 29.69%
BLUE value IS 236 (92.58% from 255) = 46.09%
R=24.22%
G=29.69%
B=46.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1241522360.470.3600.0722574.6770.59
Hex7C98EC2F2407e14b47
Octal174230354574407341113107
Binary1111100100110001110110010111110010001111110000110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C98EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C98EC; }

 p { color: rgb(124,152,236); }

 H1.HeaderClassName
 {
   color: #7C98EC;
 }
 .AnyTagClassName
 {
   color: #7C98EC;
 }
</style>
background-color css

<style>
 a { background-color: #7C98EC; }

 a { background-color: rgb(124,152,236); }

 div.DivClassName
 {
   background-color: #7C98EC;
 }
 .BgClassName
 {
   background-color: #7C98EC;
 }
</style>
border-color css

<style>
 span { border-color: #7C98EC; }

 span { border-color: rgb(124,152,236); }

 td.TdClassName
 {
   border-color: #7C98EC;
 }
 .TagClassName
 {
   border-color: #7C98EC;
 }
</style>