Html Css Color HEX #7B73B3 Moody Blue

📋 copy color: '#7B73B3'

red 123 ◦ green 115 ◦ blue 179

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

Shades of Moody Blue #7B73B3

Tints of Moody Blue #7B73B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.93%

R = 29.5%
G = 27.58%
B = 42.93%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7B73B3 (or 0x7B73B3) is known color: Moody Blue. HEX triplet: 7B, 73 and B3. RGB value is (123,115,179). Sum of RGB (Red+Green+Blue) = 123+115+179=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 179 - color contains mainly: blue. Hex color #7B73B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B73B3 is #848C4C. Grayscale: #7C7C7C. Windows color (decimal): -8686669 or 11760507. OLE color: 11760507.

HSL color Cylindrical-coordinate representation of color #7B73B3: hue angle of 247.5º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B73B3 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 123 115 179 -
CMYK 0.31 0.36 0 0.30
HSL 247.5º 0.3% 0.58% -
HSV(B) 247.5º 0.36% 0.7% -
XYZ 22.44 19.73 45.27 -
YUV 124.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 123 115 179 0.31 0.36 0 0.30 247.5 0.3 0.58
Hex 7B 73 B3 1F 24 0 1E F8 1E 3A
Octal 173 163 263 37 44 0 36 370 36 72
Binary 1111011 1110011 10110011 11111 100100 0 11110 11111000 11110 111010

Color Harmonies of #7B73B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B73B3

Black with #7B73B3

Text Example


Text Example

White with #7B73B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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