Html Css Color HEX #7A77CA Moody Blue

📋 copy color: '#7A77CA'

red 122 ◦ green 119 ◦ blue 202

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

Shades of Moody Blue #7A77CA

Tints of Moody Blue #7A77CA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.86%

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 27.54%
G = 26.86%
B = 45.6%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7A77CA (or 0x7A77CA) is known color: Moody Blue. HEX triplet: 7A, 77 and CA. RGB value is (122,119,202). Sum of RGB (Red+Green+Blue) = 122+119+202=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A77CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A77CA is #858835. Grayscale: #818181. Windows color (decimal): -8751158 or 13268858. OLE color: 13268858.

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

Color convert

RGB 122 119 202 -
CMYK 0.40 0.41 0 0.21
HSL 242.17º 0.44% 0.63% -
HSV(B) 242.17º 0.41% 0.79% -
XYZ 25.28 21.6 58.71 -
YUV 129.36 168.99 122.75 -
System Red Green Blue C M Y K H S L
Decimal 122 119 202 0.40 0.41 0 0.21 242.17 0.44 0.63
Hex 7A 77 CA 28 29 0 15 F2 2C 3F
Octal 172 167 312 50 51 0 25 362 54 77
Binary 1111010 1110111 11001010 101000 101001 0 10101 11110010 101100 111111

Color Harmonies of #7A77CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A77CA

Black with #7A77CA

Text Example


Text Example

White with #7A77CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,119,202); }

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

background-color css

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

 a { background-color: rgb(122,119,202); }

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

border-color css

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

 span { border-color: rgb(122,119,202); }

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