Html Css Color HEX #7B73BE Moody Blue

📋 copy color: '#7B73BE'

red 123 ◦ green 115 ◦ blue 190

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

Shades of Moody Blue #7B73BE

Tints of Moody Blue #7B73BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.39%

R = 28.74%
G = 26.87%
B = 44.39%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B73BE (or 0x7B73BE) is known color: Moody Blue. HEX triplet: 7B, 73 and BE. RGB value is (123,115,190). Sum of RGB (Red+Green+Blue) = 123+115+190=428 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.74% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B73BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B73BE is #848C41. Grayscale: #7D7D7D. Windows color (decimal): -8686658 or 12481403. OLE color: 12481403.

HSL color Cylindrical-coordinate representation of color #7B73BE: hue angle of 246.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B73BE is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 115 190 -
CMYK 0.35 0.39 0 0.25
HSL 246.4º 0.37% 0.6% -
HSV(B) 246.4º 0.39% 0.75% -
XYZ 23.59 20.19 51.37 -
YUV 125.94 164.15 125.9 -
System Red Green Blue C M Y K H S L
Decimal 123 115 190 0.35 0.39 0 0.25 246.4 0.37 0.6
Hex 7B 73 BE 23 27 0 19 F6 25 3C
Octal 173 163 276 43 47 0 31 366 45 74
Binary 1111011 1110011 10111110 100011 100111 0 11001 11110110 100101 111100

Color Harmonies of #7B73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B73BE

Black with #7B73BE

Text Example


Text Example

White with #7B73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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