Html Css Color HEX #7A71C9 Moody Blue

📋 copy color: '#7A71C9'

red 122 ◦ green 113 ◦ blue 201

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

Shades of Moody Blue #7A71C9

Tints of Moody Blue #7A71C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.1%

R = 27.98%
G = 25.92%
B = 46.1%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7A71C9 (or 0x7A71C9) is known color: Moody Blue. HEX triplet: 7A, 71 and C9. RGB value is (122,113,201). Sum of RGB (Red+Green+Blue) = 122+113+201=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 201 - color contains mainly: blue. Hex color #7A71C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A71C9 is #858E36. Grayscale: #7D7D7D. Windows color (decimal): -8752695 or 13201786. OLE color: 13201786.

HSL color Cylindrical-coordinate representation of color #7A71C9: hue angle of 246.14º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A71C9 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 122 113 201 -
CMYK 0.39 0.44 0 0.21
HSL 246.14º 0.45% 0.62% -
HSV(B) 246.14º 0.44% 0.79% -
XYZ 24.47 20.16 57.86 -
YUV 125.72 170.48 125.34 -
System Red Green Blue C M Y K H S L
Decimal 122 113 201 0.39 0.44 0 0.21 246.14 0.45 0.62
Hex 7A 71 C9 27 2C 0 15 F6 2D 3E
Octal 172 161 311 47 54 0 25 366 55 76
Binary 1111010 1110001 11001001 100111 101100 0 10101 11110110 101101 111110

Color Harmonies of #7A71C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A71C9

Black with #7A71C9

Text Example


Text Example

White with #7A71C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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