Html Css Color HEX #7D6BC1 Moody Blue

📋 copy color: '#7D6BC1'

red 125 ◦ green 107 ◦ blue 193

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

Shades of Moody Blue #7D6BC1

Tints of Moody Blue #7D6BC1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.18%

 BLUE value IS 193 (75.78% from 255) = 45.41%

R = 29.41%
G = 25.18%
B = 45.41%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7D6BC1 (or 0x7D6BC1) is known color: Moody Blue. HEX triplet: 7D, 6B and C1. RGB value is (125,107,193). Sum of RGB (Red+Green+Blue) = 125+107+193=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D6BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6BC1 is #82943E. Grayscale: #797979. Windows color (decimal): -8557631 or 12675965. OLE color: 12675965.

HSL color Cylindrical-coordinate representation of color #7D6BC1: hue angle of 252.56º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D6BC1 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 107 193 -
CMYK 0.35 0.45 0 0.24
HSL 252.56º 0.41% 0.59% -
HSV(B) 252.56º 0.45% 0.76% -
XYZ 23.34 18.73 52.84 -
YUV 122.19 167.96 130.01 -
System Red Green Blue C M Y K H S L
Decimal 125 107 193 0.35 0.45 0 0.24 252.56 0.41 0.59
Hex 7D 6B C1 23 2D 0 18 FD 29 3B
Octal 175 153 301 43 55 0 30 375 51 73
Binary 1111101 1101011 11000001 100011 101101 0 11000 11111101 101001 111011

Color Harmonies of #7D6BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6BC1

Black with #7D6BC1

Text Example


Text Example

White with #7D6BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,107,193); }

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

background-color css

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

 a { background-color: rgb(125,107,193); }

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

border-color css

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

 span { border-color: rgb(125,107,193); }

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