#7A92F9

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

Shades of Cornflower Blue #7A92F9

Tints of Cornflower Blue #7A92F9

Color information

#7A92F9 (or 0x7A92F9) is unknown color: approx Cornflower Blue. HEX triplet: 7A, 92 and F9. RGB value is (122,146,249). Sum of RGB (Red+Green+Blue) = 122+146+249=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #7A92F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A92F9 is #856D06. Grayscale: #969696. Windows color (decimal): -8744199 or 16355962. OLE color: 16355962.

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

Color convert

RGB122146249-
CMYK0.510.4100.02
HSL228.66º91.37%72.75%-
HSV(B)228.66º51%97.65%-
XYZ35.431.5393.84-
YUV150.57183.55107.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.60%
GREEN value IS 146 (57.42% from 255) = 28.24%
BLUE value IS 249 (97.66% from 255) = 48.16%
R=23.60%
G=28.24%
B=48.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1221462490.510.4100.02228.6691.3772.75
Hex7A92F9332902e55b49
Octal172222371635102345133111
Binary111101010010010111110011100111010010101110010110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A92F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,146,249); }

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

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

 a { background-color: rgb(122,146,249); }

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

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

 span { border-color: rgb(122,146,249); }

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