Html Css Color HEX #7D73CE Moody Blue

📋 copy color: '#7D73CE'

red 125 ◦ green 115 ◦ blue 206

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

Shades of Moody Blue #7D73CE

Tints of Moody Blue #7D73CE

RGB

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

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

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

R = 28.03%
G = 25.78%
B = 46.19%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D73CE (or 0x7D73CE) is known color: Moody Blue. HEX triplet: 7D, 73 and CE. RGB value is (125,115,206). Sum of RGB (Red+Green+Blue) = 125+115+206=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D73CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D73CE is #828C31. Grayscale: #808080. Windows color (decimal): -8555570 or 13529981. OLE color: 13529981.

HSL color Cylindrical-coordinate representation of color #7D73CE: hue angle of 246.59º 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 #7D73CE is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 115 206 -
CMYK 0.39 0.44 0 0.19
HSL 246.59º 0.48% 0.63% -
HSV(B) 246.59º 0.44% 0.81% -
XYZ 25.73 21.08 61.1 -
YUV 128.36 171.81 125.6 -
System Red Green Blue C M Y K H S L
Decimal 125 115 206 0.39 0.44 0 0.19 246.59 0.48 0.63
Hex 7D 73 CE 27 2C 0 13 F7 30 3F
Octal 175 163 316 47 54 0 23 367 60 77
Binary 1111101 1110011 11001110 100111 101100 0 10011 11110111 110000 111111

Color Harmonies of #7D73CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D73CE

Black with #7D73CE

Text Example


Text Example

White with #7D73CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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