#7A8BEF

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

Shades of Cornflower Blue #7A8BEF

Tints of Cornflower Blue #7A8BEF

Color information

#7A8BEF (or 0x7A8BEF) is unknown color: approx Cornflower Blue. HEX triplet: 7A, 8B and EF. RGB value is (122,139,239). Sum of RGB (Red+Green+Blue) = 122+139+239=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #7A8BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8BEF is #857410. Grayscale: #909090. Windows color (decimal): -8746001 or 15698810. OLE color: 15698810.

HSL color Cylindrical-coordinate representation of color #7A8BEF: hue angle of 231.28º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A8BEF is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB122139239-
CMYK0.490.4200.06
HSL231.28º78.52%70.78%-
HSV(B)231.28º48.95%93.73%-
XYZ32.8428.8385.5-
YUV145.32180.87111.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.4%
GREEN value IS 139 (54.69% from 255) = 27.8%
BLUE value IS 239 (93.75% from 255) = 47.8%
R=24.4%
G=27.8%
B=47.8%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1221392390.490.4200.06231.2878.5270.78
Hex7A8BEF312A06e74f47
Octal172213357615206347117107
Binary1111010100010111110111111000110101001101110011110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,139,239); }

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

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

 a { background-color: rgb(122,139,239); }

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

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

 span { border-color: rgb(122,139,239); }

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