Html Css Color HEX #7D76DC Moody Blue

📋 copy color: '#7D76DC'

red 125 ◦ green 118 ◦ blue 220

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

Shades of Moody Blue #7D76DC

Tints of Moody Blue #7D76DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.49%

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 27%
G = 25.49%
B = 47.52%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D76DC (or 0x7D76DC) is known color: Moody Blue. HEX triplet: 7D, 76 and DC. RGB value is (125,118,220). Sum of RGB (Red+Green+Blue) = 125+118+220=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D76DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D76DC is #828923. Grayscale: #838383. Windows color (decimal): -8554788 or 14448253. OLE color: 14448253.

HSL color Cylindrical-coordinate representation of color #7D76DC: hue angle of 244.12º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D76DC is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 118 220 -
CMYK 0.43 0.46 0 0.14
HSL 244.12º 0.59% 0.66% -
HSV(B) 244.12º 0.46% 0.86% -
XYZ 27.85 22.48 70.58 -
YUV 131.72 177.82 123.21 -
System Red Green Blue C M Y K H S L
Decimal 125 118 220 0.43 0.46 0 0.14 244.12 0.59 0.66
Hex 7D 76 DC 2B 2E 0 E F4 3B 42
Octal 175 166 334 53 56 0 16 364 73 102
Binary 1111101 1110110 11011100 101011 101110 0 1110 11110100 111011 1000010

Color Harmonies of #7D76DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D76DC

Black with #7D76DC

Text Example


Text Example

White with #7D76DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,118,220); }

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

background-color css

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

 a { background-color: rgb(125,118,220); }

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

border-color css

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

 span { border-color: rgb(125,118,220); }

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