Html Css Color HEX #7D73DB Moody Blue

📋 copy color: '#7D73DB'

red 125 ◦ green 115 ◦ blue 219

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

Shades of Moody Blue #7D73DB

Tints of Moody Blue #7D73DB

RGB

 RED value IS 125 (49.22% from 255) = 27.23%

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

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

R = 27.23%
G = 25.05%
B = 47.71%

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

#7D73DB (or 0x7D73DB) is known color: Moody Blue. HEX triplet: 7D, 73 and DB. RGB value is (125,115,219). Sum of RGB (Red+Green+Blue) = 125+115+219=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D73DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D73DB is #828C24. Grayscale: #818181. Windows color (decimal): -8555557 or 14381949. OLE color: 14381949.

HSL color Cylindrical-coordinate representation of color #7D73DB: hue angle of 245.77º 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 #7D73DB is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 115 219 -
CMYK 0.43 0.47 0 0.14
HSL 245.77º 0.59% 0.65% -
HSV(B) 245.77º 0.47% 0.86% -
XYZ 27.37 21.74 69.77 -
YUV 129.85 178.31 124.54 -
System Red Green Blue C M Y K H S L
Decimal 125 115 219 0.43 0.47 0 0.14 245.77 0.59 0.65
Hex 7D 73 DB 2B 2F 0 E F6 3B 41
Octal 175 163 333 53 57 0 16 366 73 101
Binary 1111101 1110011 11011011 101011 101111 0 1110 11110110 111011 1000001

Color Harmonies of #7D73DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D73DB

Black with #7D73DB

Text Example


Text Example

White with #7D73DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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