Html Css Color HEX #7A79BB Moody Blue

📋 copy color: '#7A79BB'

red 122 ◦ green 121 ◦ blue 187

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

Shades of Moody Blue #7A79BB

Tints of Moody Blue #7A79BB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.14%

 BLUE value IS 187 (73.44% from 255) = 43.49%

R = 28.37%
G = 28.14%
B = 43.49%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7A79BB (or 0x7A79BB) is known color: Moody Blue. HEX triplet: 7A, 79 and BB. RGB value is (122,121,187). Sum of RGB (Red+Green+Blue) = 122+121+187=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A79BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A79BB is #858644. Grayscale: #808080. Windows color (decimal): -8750661 or 12286330. OLE color: 12286330.

HSL color Cylindrical-coordinate representation of color #7A79BB: hue angle of 240.91º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A79BB is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 121 187 -
CMYK 0.35 0.35 0 0.27
HSL 240.91º 0.33% 0.6% -
HSV(B) 240.91º 0.35% 0.73% -
XYZ 23.83 21.4 49.89 -
YUV 128.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 122 121 187 0.35 0.35 0 0.27 240.91 0.33 0.6
Hex 7A 79 BB 23 23 0 1B F1 21 3C
Octal 172 171 273 43 43 0 33 361 41 74
Binary 1111010 1111001 10111011 100011 100011 0 11011 11110001 100001 111100

Color Harmonies of #7A79BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A79BB

Black with #7A79BB

Text Example


Text Example

White with #7A79BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,121,187); }

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

background-color css

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

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

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

border-color css

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

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

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