Html Css Color HEX #7A9FD3 Jordy Blue

📋 copy color: '#7A9FD3'

red 122 ◦ green 159 ◦ blue 211

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

Shades of Jordy Blue #7A9FD3

Tints of Jordy Blue #7A9FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.89%

R = 24.8%
G = 32.32%
B = 42.89%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7A9FD3 (or 0x7A9FD3) is known color: Jordy Blue. HEX triplet: 7A, 9F and D3. RGB value is (122,159,211). Sum of RGB (Red+Green+Blue) = 122+159+211=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 211 (82.81% from 255 or 42.89% from 492); Max value from RGB is 211 - color contains mainly: blue. Hex color #7A9FD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9FD3 is #85602C. Grayscale: #999999. Windows color (decimal): -8740909 or 13868922. OLE color: 13868922.

HSL color Cylindrical-coordinate representation of color #7A9FD3: hue angle of 215.06º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A9FD3 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 122 159 211 -
CMYK 0.42 0.25 0 0.17
HSL 215.06º 0.5% 0.65% -
HSV(B) 215.06º 0.42% 0.83% -
XYZ 32.18 33.64 66.42 -
YUV 153.87 160.24 105.27 -
System Red Green Blue C M Y K H S L
Decimal 122 159 211 0.42 0.25 0 0.17 215.06 0.5 0.65
Hex 7A 9F D3 2A 19 0 11 D7 32 41
Octal 172 237 323 52 31 0 21 327 62 101
Binary 1111010 10011111 11010011 101010 11001 0 10001 11010111 110010 1000001

Color Harmonies of #7A9FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9FD3

Black with #7A9FD3

Text Example


Text Example

White with #7A9FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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