#7A8DEF

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

Shades of Cornflower Blue #7A8DEF

Tints of Cornflower Blue #7A8DEF

Color information

#7A8DEF (or 0x7A8DEF) is unknown color: approx Cornflower Blue. HEX triplet: 7A, 8D and EF. RGB value is (122,141,239). Sum of RGB (Red+Green+Blue) = 122+141+239=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #7A8DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8DEF is #857210. Grayscale: #929292. Windows color (decimal): -8745489 or 15699322. OLE color: 15699322.

HSL color Cylindrical-coordinate representation of color #7A8DEF: hue angle of 230.26º 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 #7A8DEF is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB122141239-
CMYK0.490.4100.06
HSL230.26º78.52%70.78%-
HSV(B)230.26º48.95%93.73%-
XYZ33.1329.4285.59-
YUV146.49180.21110.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.30%
GREEN value IS 141 (55.47% from 255) = 28.09%
BLUE value IS 239 (93.75% from 255) = 47.61%
R=24.30%
G=28.09%
B=47.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1221412390.490.4100.06230.2678.5270.78
Hex7A8DEF312906e64f47
Octal172215357615106346117107
Binary1111010100011011110111111000110100101101110011010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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