Html Css Color HEX #7A9BDC Jordy Blue

📋 copy color: '#7A9BDC'

red 122 ◦ green 155 ◦ blue 220

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

Shades of Jordy Blue #7A9BDC

Tints of Jordy Blue #7A9BDC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.19%

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 24.55%
G = 31.19%
B = 44.27%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A9BDC (or 0x7A9BDC) is known color: Jordy Blue. HEX triplet: 7A, 9B and DC. RGB value is (122,155,220). Sum of RGB (Red+Green+Blue) = 122+155+220=497 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.55% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A9BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9BDC is #856423. Grayscale: #989898. Windows color (decimal): -8741924 or 14457722. OLE color: 14457722.

HSL color Cylindrical-coordinate representation of color #7A9BDC: hue angle of 219.8º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A9BDC is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 155 220 -
CMYK 0.45 0.30 0 0.14
HSL 219.8º 0.58% 0.67% -
HSV(B) 219.8º 0.45% 0.86% -
XYZ 32.67 32.75 72.31 -
YUV 152.54 166.07 106.21 -
System Red Green Blue C M Y K H S L
Decimal 122 155 220 0.45 0.30 0 0.14 219.8 0.58 0.67
Hex 7A 9B DC 2D 1E 0 E DC 3A 43
Octal 172 233 334 55 36 0 16 334 72 103
Binary 1111010 10011011 11011100 101101 11110 0 1110 11011100 111010 1000011

Color Harmonies of #7A9BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9BDC

Black with #7A9BDC

Text Example


Text Example

White with #7A9BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,155,220); }

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

background-color css

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

 a { background-color: rgb(122,155,220); }

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

border-color css

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

 span { border-color: rgb(122,155,220); }

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