Html Css Color HEX #7A7ABD Moody Blue

📋 copy color: '#7A7ABD'

red 122 ◦ green 122 ◦ blue 189

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

Shades of Moody Blue #7A7ABD

Tints of Moody Blue #7A7ABD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.18%

 BLUE value IS 189 (74.22% from 255) = 43.65%

R = 28.18%
G = 28.18%
B = 43.65%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7A7ABD (or 0x7A7ABD) is known color: Moody Blue. HEX triplet: 7A, 7A and BD. RGB value is (122,122,189). Sum of RGB (Red+Green+Blue) = 122+122+189=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A7ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7ABD is #858542. Grayscale: #818181. Windows color (decimal): -8750403 or 12417658. OLE color: 12417658.

HSL color Cylindrical-coordinate representation of color #7A7ABD: hue angle of 240º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A7ABD is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 122 189 -
CMYK 0.35 0.35 0 0.26
HSL 240º 0.34% 0.61% -
HSV(B) 240º 0.35% 0.74% -
XYZ 24.17 21.73 51.06 -
YUV 129.64 161.5 122.55 -
System Red Green Blue C M Y K H S L
Decimal 122 122 189 0.35 0.35 0 0.26 240 0.34 0.61
Hex 7A 7A BD 23 23 0 1A F0 22 3D
Octal 172 172 275 43 43 0 32 360 42 75
Binary 1111010 1111010 10111101 100011 100011 0 11010 11110000 100010 111101

Color Harmonies of #7A7ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7ABD

Black with #7A7ABD

Text Example


Text Example

White with #7A7ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,122,189); }

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

background-color css

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

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

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

border-color css

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

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

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