#7A92FB

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

Shades of Cornflower Blue #7A92FB

Tints of Cornflower Blue #7A92FB

Color information

#7A92FB (or 0x7A92FB) is unknown color: approx Cornflower Blue. HEX triplet: 7A, 92 and FB. RGB value is (122,146,251). Sum of RGB (Red+Green+Blue) = 122+146+251=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #7A92FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A92FB is #856D04. Grayscale: #969696. Windows color (decimal): -8744197 or 16487034. OLE color: 16487034.

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

Color convert

RGB122146251-
CMYK0.510.4200.02
HSL228.84º94.16%73.14%-
HSV(B)228.84º51.39%98.43%-
XYZ35.7231.6695.5-
YUV150.79184.55107.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.51%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 251 (98.44% from 255) = 48.36%
R=23.51%
G=28.13%
B=48.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1221462510.510.4200.02228.8494.1673.14
Hex7A92FB332A02e55e49
Octal172222373635202345136111
Binary111101010010010111110111100111010100101110010110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A92FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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