Html Css Color HEX #7A9CDD Jordy Blue

📋 copy color: '#7A9CDD'

red 122 ◦ green 156 ◦ blue 221

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

Shades of Jordy Blue #7A9CDD

Tints of Jordy Blue #7A9CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.26%

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 24.45%
G = 31.26%
B = 44.29%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A9CDD (or 0x7A9CDD) is known color: Jordy Blue. HEX triplet: 7A, 9C and DD. RGB value is (122,156,221). Sum of RGB (Red+Green+Blue) = 122+156+221=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A9CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9CDD is #856322. Grayscale: #989898. Windows color (decimal): -8741667 or 14523514. OLE color: 14523514.

HSL color Cylindrical-coordinate representation of color #7A9CDD: hue angle of 219.39º degrees, saturation: 0.59, 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 #7A9CDD is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 156 221 -
CMYK 0.45 0.29 0 0.13
HSL 219.39º 0.59% 0.67% -
HSV(B) 219.39º 0.45% 0.87% -
XYZ 32.97 33.13 73.06 -
YUV 153.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 122 156 221 0.45 0.29 0 0.13 219.39 0.59 0.67
Hex 7A 9C DD 2D 1D 0 D DB 3B 43
Octal 172 234 335 55 35 0 15 333 73 103
Binary 1111010 10011100 11011101 101101 11101 0 1101 11011011 111011 1000011

Color Harmonies of #7A9CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9CDD

Black with #7A9CDD

Text Example


Text Example

White with #7A9CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,156,221); }

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

background-color css

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

 a { background-color: rgb(122,156,221); }

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

border-color css

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

 span { border-color: rgb(122,156,221); }

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