#7A9EE1

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

Shades of Jordy Blue #7A9EE1

Tints of Jordy Blue #7A9EE1

Color information

#7A9EE1 (or 0x7A9EE1) is unknown color: approx Jordy Blue. HEX triplet: 7A, 9E and E1. RGB value is (122,158,225). Sum of RGB (Red+Green+Blue) = 122+158+225=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #7A9EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9EE1 is #85611E. Grayscale: #9A9A9A. Windows color (decimal): -8741151 or 14786170. OLE color: 14786170.

HSL color Cylindrical-coordinate representation of color #7A9EE1: hue angle of 219.03º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A9EE1 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB122158225-
CMYK0.460.3000.12
HSL219.03º63.19%68.04%-
HSV(B)219.03º45.78%88.24%-
XYZ33.8434.0376.02-
YUV154.87167.57104.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.16%
GREEN value IS 158 (62.11% from 255) = 31.29%
BLUE value IS 225 (88.28% from 255) = 44.55%
R=24.16%
G=31.29%
B=44.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1221582250.460.3000.12219.0363.1968.04
Hex7A9EE12E1E0Cdb3f44
Octal172236341563601433377104
Binary111101010011110111000011011101111001100110110111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,158,225); }

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

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

 a { background-color: rgb(122,158,225); }

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

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

 span { border-color: rgb(122,158,225); }

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