#7E92FD

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

Shades of Cornflower Blue #7E92FD

Tints of Cornflower Blue #7E92FD

Color information

#7E92FD (or 0x7E92FD) is unknown color: approx Cornflower Blue. HEX triplet: 7E, 92 and FD. RGB value is (126,146,253). Sum of RGB (Red+Green+Blue) = 126+146+253=525 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E92FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E92FD is #816D02. Grayscale: #979797. Windows color (decimal): -8482051 or 16618110. OLE color: 16618110.

HSL color Cylindrical-coordinate representation of color #7E92FD: hue angle of 230.55º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E92FD is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126146253-
CMYK0.500.4200.01
HSL230.55º96.95%74.31%-
HSV(B)230.55º50.2%99.22%-
XYZ36.6132.0997.19-
YUV152.22184.87109.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 253 (99.22% from 255) = 48.19%
R=24%
G=27.81%
B=48.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1261462530.500.4200.01230.5596.9574.31
Hex7E92FD322A01e7614a
Octal176222375625201347141112
Binary11111101001001011111101110010101010011110011111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E92FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,146,253); }

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

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

 a { background-color: rgb(126,146,253); }

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

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

 span { border-color: rgb(126,146,253); }

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