Html Css Color HEX #7B73C1 Moody Blue

📋 copy color: '#7B73C1'

red 123 ◦ green 115 ◦ blue 193

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

Shades of Moody Blue #7B73C1

Tints of Moody Blue #7B73C1

RGB

 RED value IS 123 (48.44% from 255) = 28.54%

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

 BLUE value IS 193 (75.78% from 255) = 44.78%

R = 28.54%
G = 26.68%
B = 44.78%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7B73C1 (or 0x7B73C1) is known color: Moody Blue. HEX triplet: 7B, 73 and C1. RGB value is (123,115,193). Sum of RGB (Red+Green+Blue) = 123+115+193=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 193 - color contains mainly: blue. Hex color #7B73C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B73C1 is #848C3E. Grayscale: #7D7D7D. Windows color (decimal): -8686655 or 12678011. OLE color: 12678011.

HSL color Cylindrical-coordinate representation of color #7B73C1: hue angle of 246.15º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B73C1 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 123 115 193 -
CMYK 0.36 0.40 0 0.24
HSL 246.15º 0.39% 0.6% -
HSV(B) 246.15º 0.4% 0.76% -
XYZ 23.92 20.32 53.11 -
YUV 126.28 165.65 125.66 -
System Red Green Blue C M Y K H S L
Decimal 123 115 193 0.36 0.40 0 0.24 246.15 0.39 0.6
Hex 7B 73 C1 24 28 0 18 F6 27 3C
Octal 173 163 301 44 50 0 30 366 47 74
Binary 1111011 1110011 11000001 100100 101000 0 11000 11110110 100111 111100

Color Harmonies of #7B73C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B73C1

Black with #7B73C1

Text Example


Text Example

White with #7B73C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,115,193); }

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

background-color css

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

 a { background-color: rgb(123,115,193); }

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

border-color css

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

 span { border-color: rgb(123,115,193); }

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