Html Css Color HEX #7D6CCD Moody Blue

📋 copy color: '#7D6CCD'

red 125 ◦ green 108 ◦ blue 205

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

Shades of Moody Blue #7D6CCD

Tints of Moody Blue #7D6CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.66%

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

R = 28.54%
G = 24.66%
B = 46.8%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D6CCD (or 0x7D6CCD) is known color: Moody Blue. HEX triplet: 7D, 6C and CD. RGB value is (125,108,205). Sum of RGB (Red+Green+Blue) = 125+108+205=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D6CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6CCD is #829332. Grayscale: #7B7B7B. Windows color (decimal): -8557363 or 13462653. OLE color: 13462653.

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

Color convert

RGB 125 108 205 -
CMYK 0.39 0.47 0 0.20
HSL 250.52º 0.49% 0.61% -
HSV(B) 250.52º 0.47% 0.8% -
XYZ 24.84 19.49 60.21 -
YUV 124.14 173.63 128.61 -
System Red Green Blue C M Y K H S L
Decimal 125 108 205 0.39 0.47 0 0.20 250.52 0.49 0.61
Hex 7D 6C CD 27 2F 0 14 FB 31 3D
Octal 175 154 315 47 57 0 24 373 61 75
Binary 1111101 1101100 11001101 100111 101111 0 10100 11111011 110001 111101

Color Harmonies of #7D6CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6CCD

Black with #7D6CCD

Text Example


Text Example

White with #7D6CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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