Html Css Color HEX #7C68C1 Moody Blue

📋 copy color: '#7C68C1'

red 124 ◦ green 104 ◦ blue 193

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

Shades of Moody Blue #7C68C1

Tints of Moody Blue #7C68C1

RGB

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

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

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

R = 29.45%
G = 24.7%
B = 45.84%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7C68C1 (or 0x7C68C1) is known color: Moody Blue. HEX triplet: 7C, 68 and C1. RGB value is (124,104,193). Sum of RGB (Red+Green+Blue) = 124+104+193=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #7C68C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C68C1 is #83973E. Grayscale: #777777. Windows color (decimal): -8623935 or 12675196. OLE color: 12675196.

HSL color Cylindrical-coordinate representation of color #7C68C1: hue angle of 253.48º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C68C1 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 104 193 -
CMYK 0.36 0.46 0 0.24
HSL 253.48º 0.42% 0.58% -
HSV(B) 253.48º 0.46% 0.76% -
XYZ 22.89 18.04 52.73 -
YUV 120.13 169.13 130.76 -
System Red Green Blue C M Y K H S L
Decimal 124 104 193 0.36 0.46 0 0.24 253.48 0.42 0.58
Hex 7C 68 C1 24 2E 0 18 FD 2A 3A
Octal 174 150 301 44 56 0 30 375 52 72
Binary 1111100 1101000 11000001 100100 101110 0 11000 11111101 101010 111010

Color Harmonies of #7C68C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C68C1

Black with #7C68C1

Text Example


Text Example

White with #7C68C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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