#7D91FB

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

Shades of Cornflower Blue #7D91FB

Tints of Cornflower Blue #7D91FB

Color information

#7D91FB (or 0x7D91FB) is unknown color: approx Cornflower Blue. HEX triplet: 7D, 91 and FB. RGB value is (125,145,251). Sum of RGB (Red+Green+Blue) = 125+145+251=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D91FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D91FB is #826E04. Grayscale: #969696. Windows color (decimal): -8547845 or 16486781. OLE color: 16486781.

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

Color convert

RGB125145251-
CMYK0.500.4200.02
HSL230.48º94.03%73.73%-
HSV(B)230.48º50.2%98.43%-
XYZ3631.5895.46-
YUV151.1184.37109.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.99%
GREEN value IS 145 (57.03% from 255) = 27.83%
BLUE value IS 251 (98.44% from 255) = 48.18%
R=23.99%
G=27.83%
B=48.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1251452510.500.4200.02230.4894.0373.73
Hex7D91FB322A02e65e4a
Octal175221373625202346136112
Binary111110110010001111110111100101010100101110011010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D91FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,145,251); }

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

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

 a { background-color: rgb(125,145,251); }

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

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

 span { border-color: rgb(125,145,251); }

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