#7a9be0

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

Shades of Jordy Blue #7A9BE0

Tints of Jordy Blue #7A9BE0

Color information

#7A9BE0 (or 0x7A9BE0) is unknown color: approx Jordy Blue. HEX triplet: 7A, 9B and E0. RGB value is (122,155,224). Sum of RGB (Red+Green+Blue) = 122+155+224=501 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.35% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #7A9BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9BE0 is #85641F. Grayscale: #989898. Windows color (decimal): -8741920 or 14719866. OLE color: 14719866.

HSL color Cylindrical-coordinate representation of color #7A9BE0: hue angle of 220.59º degrees, saturation: 0.62, 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 #7A9BE0 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB122155224-
CMYK0.460.3100.12
HSL220.59º62.2%67.84%-
HSV(B)220.59º45.54%87.84%-
XYZ33.232.9675.13-
YUV153168.07105.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.35%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 224 (87.89% from 255) = 44.71%
R=24.35%
G=30.94%
B=44.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1221552240.460.3100.12220.5962.267.84
Hex7A9BE02E1F0Cdd3e44
Octal172233340563701433576104
Binary111101010011011111000001011101111101100110111011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a9be0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,155,224); }

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

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

 a { background-color: rgb(122,155,224); }

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

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

 span { border-color: rgb(122,155,224); }

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