Html Css Color HEX #7A76B9 Moody Blue

📋 copy color: '#7A76B9'

red 122 ◦ green 118 ◦ blue 185

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

Shades of Moody Blue #7A76B9

Tints of Moody Blue #7A76B9

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.76%

 BLUE value IS 185 (72.66% from 255) = 43.53%

R = 28.71%
G = 27.76%
B = 43.53%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7A76B9 (or 0x7A76B9) is known color: Moody Blue. HEX triplet: 7A, 76 and B9. RGB value is (122,118,185). Sum of RGB (Red+Green+Blue) = 122+118+185=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 185 - color contains mainly: blue. Hex color #7A76B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A76B9 is #858946. Grayscale: #7E7E7E. Windows color (decimal): -8751431 or 12154490. OLE color: 12154490.

HSL color Cylindrical-coordinate representation of color #7A76B9: hue angle of 243.58º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A76B9 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 118 185 -
CMYK 0.34 0.36 0 0.27
HSL 243.58º 0.32% 0.59% -
HSV(B) 243.58º 0.36% 0.73% -
XYZ 23.26 20.6 48.65 -
YUV 126.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 122 118 185 0.34 0.36 0 0.27 243.58 0.32 0.59
Hex 7A 76 B9 22 24 0 1B F4 20 3B
Octal 172 166 271 42 44 0 33 364 40 73
Binary 1111010 1110110 10111001 100010 100100 0 11011 11110100 100000 111011

Color Harmonies of #7A76B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A76B9

Black with #7A76B9

Text Example


Text Example

White with #7A76B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,118,185); }

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

background-color css

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

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

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

border-color css

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

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

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