Html Css Color HEX #7A73CC Moody Blue

📋 copy color: '#7A73CC'

red 122 ◦ green 115 ◦ blue 204

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

Shades of Moody Blue #7A73CC

Tints of Moody Blue #7A73CC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.08%

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 27.66%
G = 26.08%
B = 46.26%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7A73CC (or 0x7A73CC) is known color: Moody Blue. HEX triplet: 7A, 73 and CC. RGB value is (122,115,204). Sum of RGB (Red+Green+Blue) = 122+115+204=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A73CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A73CC is #858C33. Grayscale: #7E7E7E. Windows color (decimal): -8752180 or 13398906. OLE color: 13398906.

HSL color Cylindrical-coordinate representation of color #7A73CC: hue angle of 244.72º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A73CC is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 115 204 -
CMYK 0.40 0.44 0 0.2
HSL 244.72º 0.47% 0.63% -
HSV(B) 244.72º 0.44% 0.8% -
XYZ 25.06 20.76 59.81 -
YUV 127.24 171.32 124.26 -
System Red Green Blue C M Y K H S L
Decimal 122 115 204 0.40 0.44 0 0.2 244.72 0.47 0.63
Hex 7A 73 CC 28 2C 0 14 F5 2F 3F
Octal 172 163 314 50 54 0 24 365 57 77
Binary 1111010 1110011 11001100 101000 101100 0 10100 11110101 101111 111111

Color Harmonies of #7A73CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A73CC

Black with #7A73CC

Text Example


Text Example

White with #7A73CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,115,204); }

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

background-color css

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

 a { background-color: rgb(122,115,204); }

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

border-color css

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

 span { border-color: rgb(122,115,204); }

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