#7D8DF9

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

Shades of Cornflower Blue #7D8DF9

Tints of Cornflower Blue #7D8DF9

Color information

#7D8DF9 (or 0x7D8DF9) is unknown color: approx Cornflower Blue. HEX triplet: 7D, 8D and F9. RGB value is (125,141,249). Sum of RGB (Red+Green+Blue) = 125+141+249=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #7D8DF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8DF9 is #827206. Grayscale: #949494. Windows color (decimal): -8548871 or 16354685. OLE color: 16354685.

HSL color Cylindrical-coordinate representation of color #7D8DF9: hue angle of 232.26º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D8DF9 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB125141249-
CMYK0.500.4300.02
HSL232.26º91.18%73.33%-
HSV(B)232.26º49.8%97.65%-
XYZ35.0830.2593.61-
YUV148.53184.7111.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.27%
GREEN value IS 141 (55.47% from 255) = 27.38%
BLUE value IS 249 (97.66% from 255) = 48.35%
R=24.27%
G=27.38%
B=48.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1251412490.500.4300.02232.2691.1873.33
Hex7D8DF9322B02e85b49
Octal175215371625302350133111
Binary111110110001101111110011100101010110101110100010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,141,249); }

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

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

 a { background-color: rgb(125,141,249); }

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

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

 span { border-color: rgb(125,141,249); }

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