Html Css Color HEX #7D68CD Moody Blue

📋 copy color: '#7D68CD'

red 125 ◦ green 104 ◦ blue 205

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

Shades of Moody Blue #7D68CD

Tints of Moody Blue #7D68CD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.96%

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

R = 28.8%
G = 23.96%
B = 47.24%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D68CD (or 0x7D68CD) is known color: Moody Blue. HEX triplet: 7D, 68 and CD. RGB value is (125,104,205). Sum of RGB (Red+Green+Blue) = 125+104+205=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D68CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D68CD is #829732. Grayscale: #797979. Windows color (decimal): -8558387 or 13461629. OLE color: 13461629.

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

Color convert

RGB 125 104 205 -
CMYK 0.39 0.49 0 0.20
HSL 252.48º 0.5% 0.61% -
HSV(B) 252.48º 0.49% 0.8% -
XYZ 24.43 18.67 60.07 -
YUV 121.79 174.96 130.29 -
System Red Green Blue C M Y K H S L
Decimal 125 104 205 0.39 0.49 0 0.20 252.48 0.5 0.61
Hex 7D 68 CD 27 31 0 14 FC 32 3D
Octal 175 150 315 47 61 0 24 374 62 75
Binary 1111101 1101000 11001101 100111 110001 0 10100 11111100 110010 111101

Color Harmonies of #7D68CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D68CD

Black with #7D68CD

Text Example


Text Example

White with #7D68CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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