Html Css Color HEX #7A9FDE Jordy Blue

📋 copy color: '#7A9FDE'

red 122 ◦ green 159 ◦ blue 222

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

Shades of Jordy Blue #7A9FDE

Tints of Jordy Blue #7A9FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.14%

R = 24.25%
G = 31.61%
B = 44.14%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A9FDE (or 0x7A9FDE) is known color: Jordy Blue. HEX triplet: 7A, 9F and DE. RGB value is (122,159,222). Sum of RGB (Red+Green+Blue) = 122+159+222=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #7A9FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9FDE is #856021. Grayscale: #9A9A9A. Windows color (decimal): -8740898 or 14589818. OLE color: 14589818.

HSL color Cylindrical-coordinate representation of color #7A9FDE: hue angle of 217.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A9FDE is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 159 222 -
CMYK 0.45 0.28 0 0.13
HSL 217.8º 0.6% 0.67% -
HSV(B) 217.8º 0.45% 0.87% -
XYZ 33.61 34.21 73.94 -
YUV 155.12 165.74 104.38 -
System Red Green Blue C M Y K H S L
Decimal 122 159 222 0.45 0.28 0 0.13 217.8 0.6 0.67
Hex 7A 9F DE 2D 1C 0 D DA 3C 43
Octal 172 237 336 55 34 0 15 332 74 103
Binary 1111010 10011111 11011110 101101 11100 0 1101 11011010 111100 1000011

Color Harmonies of #7A9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9FDE

Black with #7A9FDE

Text Example


Text Example

White with #7A9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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