#7E98FF

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

Shades of Cornflower Blue #7E98FF

Tints of Cornflower Blue #7E98FF

Color information

#7E98FF (or 0x7E98FF) is unknown color: approx Cornflower Blue. HEX triplet: 7E, 98 and FF. RGB value is (126,152,255). Sum of RGB (Red+Green+Blue) = 126+152+255=533 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.64% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E98FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E98FF is #816700. Grayscale: #9B9B9B. Windows color (decimal): -8480513 or 16750718. OLE color: 16750718.

HSL color Cylindrical-coordinate representation of color #7E98FF: hue angle of 227.91º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E98FF is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB126152255-
CMYK0.510.4000
HSL227.91º100%74.71%-
HSV(B)227.91º50.59%100%-
XYZ37.8834.1199.2-
YUV155.97183.89106.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.64%
GREEN value IS 152 (59.77% from 255) = 28.52%
BLUE value IS 255 (100% from 255) = 47.84%
R=23.64%
G=28.52%
B=47.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1261522550.510.4000227.9110074.71
Hex7E98FF332800e4644b
Octal176230377635000344144113
Binary11111101001100011111111110011101000001110010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E98FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,152,255); }

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

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

 a { background-color: rgb(126,152,255); }

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

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

 span { border-color: rgb(126,152,255); }

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