#7E9EFF

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

Shades of Cornflower Blue #7E9EFF

Tints of Cornflower Blue #7E9EFF

Color information

#7E9EFF (or 0x7E9EFF) is unknown color: approx Cornflower Blue. HEX triplet: 7E, 9E and FF. RGB value is (126,158,255). Sum of RGB (Red+Green+Blue) = 126+158+255=539 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.38% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E9EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9EFF is #816100. Grayscale: #9F9F9F. Windows color (decimal): -8478977 or 16752254. OLE color: 16752254.

HSL color Cylindrical-coordinate representation of color #7E9EFF: hue angle of 225.12º 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 #7E9EFF is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB126158255-
CMYK0.510.3800
HSL225.12º100%74.71%-
HSV(B)225.12º50.59%100%-
XYZ38.8836.1199.53-
YUV159.49181.9104.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.38%
GREEN value IS 158 (62.11% from 255) = 29.31%
BLUE value IS 255 (100% from 255) = 47.31%
R=23.38%
G=29.31%
B=47.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1261582550.510.3800225.1210074.71
Hex7E9EFF332600e1644b
Octal176236377634600341144113
Binary11111101001111011111111110011100110001110000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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