Html Css Color HEX #7A9FEE Jordy Blue

📋 copy color: '#7A9FEE'

red 122 ◦ green 159 ◦ blue 238

#7A9FEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #7A9FEE

Tints of Jordy Blue #7A9FEE

RGB

 RED value IS 122 (48.05% from 255) = 23.51%

 GREEN value IS 159 (62.5% from 255) = 30.64%

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 23.51%
G = 30.64%
B = 45.86%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7A9FEE (or 0x7A9FEE) is known color: Jordy Blue. HEX triplet: 7A, 9F and EE. RGB value is (122,159,238). Sum of RGB (Red+Green+Blue) = 122+159+238=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A9FEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9FEE is #856011. Grayscale: #9C9C9C. Windows color (decimal): -8740882 or 15638394. OLE color: 15638394.

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

Color convert

RGB 122 159 238 -
CMYK 0.49 0.33 0 0.07
HSL 220.86º 0.77% 0.71% -
HSV(B) 220.86º 0.49% 0.93% -
XYZ 35.86 35.11 85.78 -
YUV 156.94 173.74 103.08 -
System Red Green Blue C M Y K H S L
Decimal 122 159 238 0.49 0.33 0 0.07 220.86 0.77 0.71
Hex 7A 9F EE 31 21 0 7 DD 4D 47
Octal 172 237 356 61 41 0 7 335 115 107
Binary 1111010 10011111 11101110 110001 100001 0 111 11011101 1001101 1000111

Color Harmonies of #7A9FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9FEE

Black with #7A9FEE

Text Example


Text Example

White with #7A9FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,159,238); }

 H1.HeaderClassName
 {
   color: #7A9FEE;
 }
 .AnyTagClassName
 {
   color: #7A9FEE;
 }
</style>

background-color css

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

 a { background-color: rgb(122,159,238); }

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

border-color css

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

 span { border-color: rgb(122,159,238); }

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