Html Css Color HEX #7D77DA Moody Blue

📋 copy color: '#7D77DA'

red 125 ◦ green 119 ◦ blue 218

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

Shades of Moody Blue #7D77DA

Tints of Moody Blue #7D77DA

RGB

 RED value IS 125 (49.22% from 255) = 27.06%

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

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 27.06%
G = 25.76%
B = 47.19%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7D77DA (or 0x7D77DA) is known color: Moody Blue. HEX triplet: 7D, 77 and DA. RGB value is (125,119,218). Sum of RGB (Red+Green+Blue) = 125+119+218=462 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.06% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #7D77DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D77DA is #828825. Grayscale: #838383. Windows color (decimal): -8554534 or 14317437. OLE color: 14317437.

HSL color Cylindrical-coordinate representation of color #7D77DA: hue angle of 243.64º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D77DA is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 119 218 -
CMYK 0.43 0.45 0 0.15
HSL 243.64º 0.57% 0.66% -
HSV(B) 243.64º 0.45% 0.85% -
XYZ 27.71 22.62 69.23 -
YUV 132.08 176.49 122.95 -
System Red Green Blue C M Y K H S L
Decimal 125 119 218 0.43 0.45 0 0.15 243.64 0.57 0.66
Hex 7D 77 DA 2B 2D 0 F F4 39 42
Octal 175 167 332 53 55 0 17 364 71 102
Binary 1111101 1110111 11011010 101011 101101 0 1111 11110100 111001 1000010

Color Harmonies of #7D77DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D77DA

Black with #7D77DA

Text Example


Text Example

White with #7D77DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,119,218); }

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

background-color css

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

 a { background-color: rgb(125,119,218); }

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

border-color css

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

 span { border-color: rgb(125,119,218); }

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