#7A9DEC

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

Shades of Jordy Blue #7A9DEC

Tints of Jordy Blue #7A9DEC

Color information

#7A9DEC (or 0x7A9DEC) is unknown color: approx Jordy Blue. HEX triplet: 7A, 9D and EC. RGB value is (122,157,236). Sum of RGB (Red+Green+Blue) = 122+157+236=515 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.69% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A9DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9DEC is #856213. Grayscale: #9B9B9B. Windows color (decimal): -8741396 or 15506810. OLE color: 15506810.

HSL color Cylindrical-coordinate representation of color #7A9DEC: hue angle of 221.58º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A9DEC is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122157236-
CMYK0.480.3300.07
HSL221.58º75%70.2%-
HSV(B)221.58º48.31%92.55%-
XYZ35.2234.3184.12-
YUV155.54173.4104.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.69%
GREEN value IS 157 (61.72% from 255) = 30.49%
BLUE value IS 236 (92.58% from 255) = 45.83%
R=23.69%
G=30.49%
B=45.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1221572360.480.3300.07221.587570.2
Hex7A9DEC302107de4b46
Octal172235354604107336113106
Binary1111010100111011110110011000010000101111101111010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,157,236); }

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

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

 a { background-color: rgb(122,157,236); }

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

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

 span { border-color: rgb(122,157,236); }

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