#7A9AE3

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

Shades of Jordy Blue #7A9AE3

Tints of Jordy Blue #7A9AE3

Color information

#7A9AE3 (or 0x7A9AE3) is unknown color: approx Jordy Blue. HEX triplet: 7A, 9A and E3. RGB value is (122,154,227). Sum of RGB (Red+Green+Blue) = 122+154+227=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #7A9AE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9AE3 is #85651C. Grayscale: #989898. Windows color (decimal): -8742173 or 14916218. OLE color: 14916218.

HSL color Cylindrical-coordinate representation of color #7A9AE3: hue angle of 221.71º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A9AE3 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB122154227-
CMYK0.460.3200.11
HSL221.71º65.22%68.43%-
HSV(B)221.71º46.26%89.02%-
XYZ33.4532.7977.24-
YUV152.75169.9106.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.25%
GREEN value IS 154 (60.55% from 255) = 30.62%
BLUE value IS 227 (89.06% from 255) = 45.13%
R=24.25%
G=30.62%
B=45.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1221542270.460.3200.11221.7165.2268.43
Hex7A9AE32E200Bde4144
Octal1722323435640013336101104
Binary11110101001101011100011101110100000010111101111010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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