Html Css Color HEX #7C73CE Moody Blue

📋 copy color: '#7C73CE'

red 124 ◦ green 115 ◦ blue 206

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

Shades of Moody Blue #7C73CE

Tints of Moody Blue #7C73CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.84%

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 27.87%
G = 25.84%
B = 46.29%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C73CE (or 0x7C73CE) is known color: Moody Blue. HEX triplet: 7C, 73 and CE. RGB value is (124,115,206). Sum of RGB (Red+Green+Blue) = 124+115+206=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C73CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C73CE is #838C31. Grayscale: #7F7F7F. Windows color (decimal): -8621106 or 13529980. OLE color: 13529980.

HSL color Cylindrical-coordinate representation of color #7C73CE: hue angle of 245.93º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C73CE is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 115 206 -
CMYK 0.40 0.44 0 0.19
HSL 245.93º 0.48% 0.63% -
HSV(B) 245.93º 0.44% 0.81% -
XYZ 25.58 21 61.1 -
YUV 128.07 171.98 125.1 -
System Red Green Blue C M Y K H S L
Decimal 124 115 206 0.40 0.44 0 0.19 245.93 0.48 0.63
Hex 7C 73 CE 28 2C 0 13 F6 30 3F
Octal 174 163 316 50 54 0 23 366 60 77
Binary 1111100 1110011 11001110 101000 101100 0 10011 11110110 110000 111111

Color Harmonies of #7C73CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C73CE

Black with #7C73CE

Text Example


Text Example

White with #7C73CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,115,206); }

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

background-color css

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

 a { background-color: rgb(124,115,206); }

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

border-color css

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

 span { border-color: rgb(124,115,206); }

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