Html Css Color HEX #7A9EEC Jordy Blue

📋 copy color: '#7A9EEC'

red 122 ◦ green 158 ◦ blue 236

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

Shades of Jordy Blue #7A9EEC

Tints of Jordy Blue #7A9EEC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.62%

 BLUE value IS 236 (92.58% from 255) = 45.74%

R = 23.64%
G = 30.62%
B = 45.74%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7A9EEC (or 0x7A9EEC) is known color: Jordy Blue. HEX triplet: 7A, 9E and EC. RGB value is (122,158,236). Sum of RGB (Red+Green+Blue) = 122+158+236=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A9EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9EEC is #856113. Grayscale: #9B9B9B. Windows color (decimal): -8741140 or 15507066. OLE color: 15507066.

HSL color Cylindrical-coordinate representation of color #7A9EEC: hue angle of 221.05º 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 #7A9EEC is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 158 236 -
CMYK 0.48 0.33 0 0.07
HSL 221.05º 0.75% 0.7% -
HSV(B) 221.05º 0.48% 0.93% -
XYZ 35.39 34.65 84.18 -
YUV 156.13 173.07 103.66 -
System Red Green Blue C M Y K H S L
Decimal 122 158 236 0.48 0.33 0 0.07 221.05 0.75 0.7
Hex 7A 9E EC 30 21 0 7 DD 4B 46
Octal 172 236 354 60 41 0 7 335 113 106
Binary 1111010 10011110 11101100 110000 100001 0 111 11011101 1001011 1000110

Color Harmonies of #7A9EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9EEC

Black with #7A9EEC

Text Example


Text Example

White with #7A9EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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