Html Css Color HEX #7A77C9 Moody Blue

📋 copy color: '#7A77C9'

red 122 ◦ green 119 ◦ blue 201

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

Shades of Moody Blue #7A77C9

Tints of Moody Blue #7A77C9

RGB

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

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

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

R = 27.6%
G = 26.92%
B = 45.48%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7A77C9 (or 0x7A77C9) is known color: Moody Blue. HEX triplet: 7A, 77 and C9. RGB value is (122,119,201). Sum of RGB (Red+Green+Blue) = 122+119+201=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #7A77C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A77C9 is #858836. Grayscale: #808080. Windows color (decimal): -8751159 or 13203322. OLE color: 13203322.

HSL color Cylindrical-coordinate representation of color #7A77C9: hue angle of 242.2º degrees, saturation: 0.43, 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 #7A77C9 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 122 119 201 -
CMYK 0.39 0.41 0 0.21
HSL 242.2º 0.43% 0.63% -
HSV(B) 242.2º 0.41% 0.79% -
XYZ 25.17 21.55 58.09 -
YUV 129.25 168.49 122.83 -
System Red Green Blue C M Y K H S L
Decimal 122 119 201 0.39 0.41 0 0.21 242.2 0.43 0.63
Hex 7A 77 C9 27 29 0 15 F2 2B 3F
Octal 172 167 311 47 51 0 25 362 53 77
Binary 1111010 1110111 11001001 100111 101001 0 10101 11110010 101011 111111

Color Harmonies of #7A77C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A77C9

Black with #7A77C9

Text Example


Text Example

White with #7A77C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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