Html Css Color HEX #7D6DCE Moody Blue

📋 copy color: '#7D6DCE'

red 125 ◦ green 109 ◦ blue 206

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

Shades of Moody Blue #7D6DCE

Tints of Moody Blue #7D6DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.77%

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 28.41%
G = 24.77%
B = 46.82%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D6DCE (or 0x7D6DCE) is known color: Moody Blue. HEX triplet: 7D, 6D and CE. RGB value is (125,109,206). Sum of RGB (Red+Green+Blue) = 125+109+206=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D6DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6DCE is #829231. Grayscale: #7C7C7C. Windows color (decimal): -8557106 or 13528445. OLE color: 13528445.

HSL color Cylindrical-coordinate representation of color #7D6DCE: hue angle of 249.9º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D6DCE is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 109 206 -
CMYK 0.39 0.47 0 0.19
HSL 249.9º 0.5% 0.62% -
HSV(B) 249.9º 0.47% 0.81% -
XYZ 25.07 19.75 60.88 -
YUV 124.84 173.8 128.11 -
System Red Green Blue C M Y K H S L
Decimal 125 109 206 0.39 0.47 0 0.19 249.9 0.5 0.62
Hex 7D 6D CE 27 2F 0 13 FA 32 3E
Octal 175 155 316 47 57 0 23 372 62 76
Binary 1111101 1101101 11001110 100111 101111 0 10011 11111010 110010 111110

Color Harmonies of #7D6DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6DCE

Black with #7D6DCE

Text Example


Text Example

White with #7D6DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,109,206); }

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

background-color css

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

 a { background-color: rgb(125,109,206); }

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

border-color css

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

 span { border-color: rgb(125,109,206); }

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