#7A92FF

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

Shades of Cornflower Blue #7A92FF

Tints of Cornflower Blue #7A92FF

Color information

#7A92FF (or 0x7A92FF) is unknown color: approx Cornflower Blue. HEX triplet: 7A, 92 and FF. RGB value is (122,146,255). Sum of RGB (Red+Green+Blue) = 122+146+255=523 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.33% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A92FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A92FF is #856D00. Grayscale: #969696. Windows color (decimal): -8744193 or 16749178. OLE color: 16749178.

HSL color Cylindrical-coordinate representation of color #7A92FF: hue angle of 229.17º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A92FF is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB122146255-
CMYK0.520.4300
HSL229.17º100%73.92%-
HSV(B)229.17º52.16%100%-
XYZ36.3531.9298.85-
YUV151.25186.55107.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.33%
GREEN value IS 146 (57.42% from 255) = 27.92%
BLUE value IS 255 (100% from 255) = 48.76%
R=23.33%
G=27.92%
B=48.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1221462550.520.4300229.1710073.92
Hex7A92FF342B00e5644a
Octal172222377645300345144112
Binary11110101001001011111111110100101011001110010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A92FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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