Html Css Color HEX #7C73DB Moody Blue

📋 copy color: '#7C73DB'

red 124 ◦ green 115 ◦ blue 219

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

Shades of Moody Blue #7C73DB

Tints of Moody Blue #7C73DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 27.07%
G = 25.11%
B = 47.82%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C73DB (or 0x7C73DB) is known color: Moody Blue. HEX triplet: 7C, 73 and DB. RGB value is (124,115,219). Sum of RGB (Red+Green+Blue) = 124+115+219=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C73DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C73DB is #838C24. Grayscale: #818181. Windows color (decimal): -8621093 or 14381948. OLE color: 14381948.

HSL color Cylindrical-coordinate representation of color #7C73DB: hue angle of 245.19º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C73DB is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 115 219 -
CMYK 0.43 0.47 0 0.14
HSL 245.19º 0.59% 0.65% -
HSV(B) 245.19º 0.47% 0.86% -
XYZ 27.23 21.66 69.76 -
YUV 129.55 178.48 124.04 -
System Red Green Blue C M Y K H S L
Decimal 124 115 219 0.43 0.47 0 0.14 245.19 0.59 0.65
Hex 7C 73 DB 2B 2F 0 E F5 3B 41
Octal 174 163 333 53 57 0 16 365 73 101
Binary 1111100 1110011 11011011 101011 101111 0 1110 11110101 111011 1000001

Color Harmonies of #7C73DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C73DB

Black with #7C73DB

Text Example


Text Example

White with #7C73DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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