Html Css Color HEX #7A76BF Moody Blue

📋 copy color: '#7A76BF'

red 122 ◦ green 118 ◦ blue 191

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

Shades of Moody Blue #7A76BF

Tints of Moody Blue #7A76BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.32%

R = 28.31%
G = 27.38%
B = 44.32%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A76BF (or 0x7A76BF) is known color: Moody Blue. HEX triplet: 7A, 76 and BF. RGB value is (122,118,191). Sum of RGB (Red+Green+Blue) = 122+118+191=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A76BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A76BF is #858940. Grayscale: #7F7F7F. Windows color (decimal): -8751425 or 12547706. OLE color: 12547706.

HSL color Cylindrical-coordinate representation of color #7A76BF: hue angle of 243.29º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A76BF is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 118 191 -
CMYK 0.36 0.38 0 0.25
HSL 243.29º 0.36% 0.61% -
HSV(B) 243.29º 0.38% 0.75% -
XYZ 23.91 20.86 52.06 -
YUV 127.52 163.83 124.06 -
System Red Green Blue C M Y K H S L
Decimal 122 118 191 0.36 0.38 0 0.25 243.29 0.36 0.61
Hex 7A 76 BF 24 26 0 19 F3 24 3D
Octal 172 166 277 44 46 0 31 363 44 75
Binary 1111010 1110110 10111111 100100 100110 0 11001 11110011 100100 111101

Color Harmonies of #7A76BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A76BF

Black with #7A76BF

Text Example


Text Example

White with #7A76BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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