#7D92FA

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

Shades of Cornflower Blue #7D92FA

Tints of Cornflower Blue #7D92FA

Color information

#7D92FA (or 0x7D92FA) is unknown color: approx Cornflower Blue. HEX triplet: 7D, 92 and FA. RGB value is (125,146,250). Sum of RGB (Red+Green+Blue) = 125+146+250=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D92FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D92FA is #826D05. Grayscale: #979797. Windows color (decimal): -8547590 or 16421501. OLE color: 16421501.

HSL color Cylindrical-coordinate representation of color #7D92FA: hue angle of 229.92º degrees, saturation: 0.93, 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 #7D92FA is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB125146250-
CMYK0.500.4200.02
HSL229.92º92.59%73.53%-
HSV(B)229.92º50%98.04%-
XYZ35.9931.8294.69-
YUV151.58183.54109.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.99%
GREEN value IS 146 (57.42% from 255) = 28.02%
BLUE value IS 250 (98.05% from 255) = 47.98%
R=23.99%
G=28.02%
B=47.98%

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
Decimal1251462500.500.4200.02229.9292.5973.53
Hex7D92FA322A02e65d4a
Octal175222372625202346135112
Binary111110110010010111110101100101010100101110011010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D92FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,146,250); }

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

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

 a { background-color: rgb(125,146,250); }

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

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

 span { border-color: rgb(125,146,250); }

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