#7A9AD5

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

Shades of Jordy Blue #7A9AD5

Tints of Jordy Blue #7A9AD5

Color information

#7A9AD5 (or 0x7A9AD5) is unknown color: approx Jordy Blue. HEX triplet: 7A, 9A and D5. RGB value is (122,154,213). Sum of RGB (Red+Green+Blue) = 122+154+213=489 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.95% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #7A9AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9AD5 is #85652A. Grayscale: #969696. Windows color (decimal): -8742187 or 13998714. OLE color: 13998714.

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

Color convert

RGB122154213-
CMYK0.430.2800.16
HSL218.9º52%65.69%-
HSV(B)218.9º42.72%83.53%-
XYZ31.5932.0567.47-
YUV151.16162.9107.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.95%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 213 (83.59% from 255) = 43.56%
R=24.95%
G=31.49%
B=43.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1221542130.430.2800.16218.95265.69
Hex7A9AD52B1C010db3442
Octal172232325533402033364102
Binary1111010100110101101010110101111100010000110110111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,154,213); }

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

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

 a { background-color: rgb(122,154,213); }

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

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

 span { border-color: rgb(122,154,213); }

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