#7D97FE

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

Shades of Cornflower Blue #7D97FE

Tints of Cornflower Blue #7D97FE

Color information

#7D97FE (or 0x7D97FE) is unknown color: approx Cornflower Blue. HEX triplet: 7D, 97 and FE. RGB value is (125,151,254). Sum of RGB (Red+Green+Blue) = 125+151+254=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D97FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D97FE is #826801. Grayscale: #9A9A9A. Windows color (decimal): -8546306 or 16684925. OLE color: 16684925.

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

Color convert

RGB125151254-
CMYK0.510.4100.00
HSL227.91º98.47%74.31%-
HSV(B)227.91º50.79%99.61%-
XYZ37.4133.6598.29-
YUV154.97183.89106.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.58%
GREEN value IS 151 (59.38% from 255) = 28.49%
BLUE value IS 254 (99.61% from 255) = 47.92%
R=23.58%
G=28.49%
B=47.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1251512540.510.4100.00227.9198.4774.31
Hex7D97FE332900e4624a
Octal175227376635100344142112
Binary11111011001011111111110110011101001001110010011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D97FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,151,254); }

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

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

 a { background-color: rgb(125,151,254); }

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

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

 span { border-color: rgb(125,151,254); }

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