Html Css Color HEX #7D76CD Moody Blue

📋 copy color: '#7D76CD'

red 125 ◦ green 118 ◦ blue 205

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

Shades of Moody Blue #7D76CD

Tints of Moody Blue #7D76CD

RGB

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

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

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

R = 27.9%
G = 26.34%
B = 45.76%

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

#7D76CD (or 0x7D76CD) is known color: Moody Blue. HEX triplet: 7D, 76 and CD. RGB value is (125,118,205). Sum of RGB (Red+Green+Blue) = 125+118+205=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D76CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D76CD is #828932. Grayscale: #818181. Windows color (decimal): -8554803 or 13465213. OLE color: 13465213.

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

Color convert

RGB 125 118 205 -
CMYK 0.39 0.42 0 0.20
HSL 244.83º 0.47% 0.63% -
HSV(B) 244.83º 0.42% 0.8% -
XYZ 25.96 21.72 60.58 -
YUV 130.01 170.32 124.43 -
System Red Green Blue C M Y K H S L
Decimal 125 118 205 0.39 0.42 0 0.20 244.83 0.47 0.63
Hex 7D 76 CD 27 2A 0 14 F5 2F 3F
Octal 175 166 315 47 52 0 24 365 57 77
Binary 1111101 1110110 11001101 100111 101010 0 10100 11110101 101111 111111

Color Harmonies of #7D76CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D76CD

Black with #7D76CD

Text Example


Text Example

White with #7D76CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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