Html Css Color HEX #7C68BA Moody Blue

📋 copy color: '#7C68BA'

red 124 ◦ green 104 ◦ blue 186

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

Shades of Moody Blue #7C68BA

Tints of Moody Blue #7C68BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.93%

R = 29.95%
G = 25.12%
B = 44.93%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C68BA (or 0x7C68BA) is known color: Moody Blue. HEX triplet: 7C, 68 and BA. RGB value is (124,104,186). Sum of RGB (Red+Green+Blue) = 124+104+186=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C68BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C68BA is #839745. Grayscale: #777777. Windows color (decimal): -8623942 or 12216444. OLE color: 12216444.

HSL color Cylindrical-coordinate representation of color #7C68BA: hue angle of 254.63º degrees, saturation: 0.37, 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 #7C68BA is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 104 186 -
CMYK 0.33 0.44 0 0.27
HSL 254.63º 0.37% 0.57% -
HSV(B) 254.63º 0.44% 0.73% -
XYZ 22.13 17.73 48.71 -
YUV 119.33 165.63 131.33 -
System Red Green Blue C M Y K H S L
Decimal 124 104 186 0.33 0.44 0 0.27 254.63 0.37 0.57
Hex 7C 68 BA 21 2C 0 1B FF 25 39
Octal 174 150 272 41 54 0 33 377 45 71
Binary 1111100 1101000 10111010 100001 101100 0 11011 11111111 100101 111001

Color Harmonies of #7C68BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C68BA

Black with #7C68BA

Text Example


Text Example

White with #7C68BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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