Html Css Color HEX #7D77CD Moody Blue

📋 copy color: '#7D77CD'

red 125 ◦ green 119 ◦ blue 205

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

Shades of Moody Blue #7D77CD

Tints of Moody Blue #7D77CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 27.84%
G = 26.5%
B = 45.66%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D77CD (or 0x7D77CD) is known color: Moody Blue. HEX triplet: 7D, 77 and CD. RGB value is (125,119,205). Sum of RGB (Red+Green+Blue) = 125+119+205=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D77CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D77CD is #828832. Grayscale: #828282. Windows color (decimal): -8554547 or 13465469. OLE color: 13465469.

HSL color Cylindrical-coordinate representation of color #7D77CD: hue angle of 244.19º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D77CD is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 119 205 -
CMYK 0.39 0.42 0 0.20
HSL 244.19º 0.46% 0.64% -
HSV(B) 244.19º 0.42% 0.8% -
XYZ 26.07 21.96 60.62 -
YUV 130.6 169.99 124.01 -
System Red Green Blue C M Y K H S L
Decimal 125 119 205 0.39 0.42 0 0.20 244.19 0.46 0.64
Hex 7D 77 CD 27 2A 0 14 F4 2E 40
Octal 175 167 315 47 52 0 24 364 56 100
Binary 1111101 1110111 11001101 100111 101010 0 10100 11110100 101110 1000000

Color Harmonies of #7D77CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D77CD

Black with #7D77CD

Text Example


Text Example

White with #7D77CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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