Html Css Color HEX #7A71C3 Moody Blue

📋 copy color: '#7A71C3'

red 122 ◦ green 113 ◦ blue 195

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

Shades of Moody Blue #7A71C3

Tints of Moody Blue #7A71C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.35%

R = 28.37%
G = 26.28%
B = 45.35%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7A71C3 (or 0x7A71C3) is known color: Moody Blue. HEX triplet: 7A, 71 and C3. RGB value is (122,113,195). Sum of RGB (Red+Green+Blue) = 122+113+195=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 195 - color contains mainly: blue. Hex color #7A71C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A71C3 is #858E3C. Grayscale: #7C7C7C. Windows color (decimal): -8752701 or 12808570. OLE color: 12808570.

HSL color Cylindrical-coordinate representation of color #7A71C3: hue angle of 246.59º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A71C3 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 122 113 195 -
CMYK 0.37 0.42 0 0.24
HSL 246.59º 0.41% 0.6% -
HSV(B) 246.59º 0.42% 0.76% -
XYZ 23.78 19.89 54.22 -
YUV 125.04 167.48 125.83 -
System Red Green Blue C M Y K H S L
Decimal 122 113 195 0.37 0.42 0 0.24 246.59 0.41 0.6
Hex 7A 71 C3 25 2A 0 18 F7 29 3C
Octal 172 161 303 45 52 0 30 367 51 74
Binary 1111010 1110001 11000011 100101 101010 0 11000 11110111 101001 111100

Color Harmonies of #7A71C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A71C3

Black with #7A71C3

Text Example


Text Example

White with #7A71C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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