Html Css Color HEX #7C68BB Moody Blue

📋 copy color: '#7C68BB'

red 124 ◦ green 104 ◦ blue 187

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

Shades of Moody Blue #7C68BB

Tints of Moody Blue #7C68BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.06%

R = 29.88%
G = 25.06%
B = 45.06%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C68BB (or 0x7C68BB) is known color: Moody Blue. HEX triplet: 7C, 68 and BB. RGB value is (124,104,187). Sum of RGB (Red+Green+Blue) = 124+104+187=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C68BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C68BB is #839744. Grayscale: #777777. Windows color (decimal): -8623941 or 12281980. OLE color: 12281980.

HSL color Cylindrical-coordinate representation of color #7C68BB: hue angle of 254.46º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C68BB is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 104 187 -
CMYK 0.34 0.44 0 0.27
HSL 254.46º 0.38% 0.57% -
HSV(B) 254.46º 0.44% 0.73% -
XYZ 22.23 17.77 49.27 -
YUV 119.44 166.13 131.25 -
System Red Green Blue C M Y K H S L
Decimal 124 104 187 0.34 0.44 0 0.27 254.46 0.38 0.57
Hex 7C 68 BB 22 2C 0 1B FE 26 39
Octal 174 150 273 42 54 0 33 376 46 71
Binary 1111100 1101000 10111011 100010 101100 0 11011 11111110 100110 111001

Color Harmonies of #7C68BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C68BB

Black with #7C68BB

Text Example


Text Example

White with #7C68BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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