Html Css Color HEX #7C68CD Moody Blue

📋 copy color: '#7C68CD'

red 124 ◦ green 104 ◦ blue 205

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

Shades of Moody Blue #7C68CD

Tints of Moody Blue #7C68CD

RGB

 RED value IS 124 (48.83% from 255) = 28.64%

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

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

R = 28.64%
G = 24.02%
B = 47.34%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7C68CD (or 0x7C68CD) is known color: Moody Blue. HEX triplet: 7C, 68 and CD. RGB value is (124,104,205). Sum of RGB (Red+Green+Blue) = 124+104+205=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C68CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C68CD is #839732. Grayscale: #797979. Windows color (decimal): -8623923 or 13461628. OLE color: 13461628.

HSL color Cylindrical-coordinate representation of color #7C68CD: hue angle of 251.88º 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 #7C68CD is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 104 205 -
CMYK 0.40 0.49 0 0.20
HSL 251.88º 0.5% 0.61% -
HSV(B) 251.88º 0.49% 0.8% -
XYZ 24.28 18.59 60.07 -
YUV 121.49 175.13 129.79 -
System Red Green Blue C M Y K H S L
Decimal 124 104 205 0.40 0.49 0 0.20 251.88 0.5 0.61
Hex 7C 68 CD 28 31 0 14 FC 32 3D
Octal 174 150 315 50 61 0 24 374 62 75
Binary 1111100 1101000 11001101 101000 110001 0 10100 11111100 110010 111101

Color Harmonies of #7C68CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C68CD

Black with #7C68CD

Text Example


Text Example

White with #7C68CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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