Html Css Color HEX #7A71BF Moody Blue

📋 copy color: '#7A71BF'

red 122 ◦ green 113 ◦ blue 191

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

Shades of Moody Blue #7A71BF

Tints of Moody Blue #7A71BF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.53%

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

R = 28.64%
G = 26.53%
B = 44.84%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A71BF (or 0x7A71BF) is known color: Moody Blue. HEX triplet: 7A, 71 and BF. RGB value is (122,113,191). Sum of RGB (Red+Green+Blue) = 122+113+191=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A71BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A71BF is #858E40. Grayscale: #7C7C7C. Windows color (decimal): -8752705 or 12546426. OLE color: 12546426.

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

Color convert

RGB 122 113 191 -
CMYK 0.36 0.41 0 0.25
HSL 246.92º 0.38% 0.6% -
HSV(B) 246.92º 0.41% 0.75% -
XYZ 23.34 19.71 51.86 -
YUV 124.58 165.48 126.16 -
System Red Green Blue C M Y K H S L
Decimal 122 113 191 0.36 0.41 0 0.25 246.92 0.38 0.6
Hex 7A 71 BF 24 29 0 19 F7 26 3C
Octal 172 161 277 44 51 0 31 367 46 74
Binary 1111010 1110001 10111111 100100 101001 0 11001 11110111 100110 111100

Color Harmonies of #7A71BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A71BF

Black with #7A71BF

Text Example


Text Example

White with #7A71BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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