Html Css Color HEX #7673BA Moody Blue

📋 copy color: '#7673BA'

red 118 ◦ green 115 ◦ blue 186

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

Shades of Moody Blue #7673BA

Tints of Moody Blue #7673BA

RGB

 RED value IS 118 (46.48% from 255) = 28.16%

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

 BLUE value IS 186 (73.05% from 255) = 44.39%

R = 28.16%
G = 27.45%
B = 44.39%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7673BA (or 0x7673BA) is known color: Moody Blue. HEX triplet: 76, 73 and BA. RGB value is (118,115,186). Sum of RGB (Red+Green+Blue) = 118+115+186=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #7673BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7673BA is #898C45. Grayscale: #7B7B7B. Windows color (decimal): -9014342 or 12219254. OLE color: 12219254.

HSL color Cylindrical-coordinate representation of color #7673BA: hue angle of 242.54º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7673BA is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 115 186 -
CMYK 0.37 0.38 0 0.27
HSL 242.54º 0.34% 0.59% -
HSV(B) 242.54º 0.38% 0.73% -
XYZ 22.46 19.66 49.06 -
YUV 123.99 162.99 123.73 -
System Red Green Blue C M Y K H S L
Decimal 118 115 186 0.37 0.38 0 0.27 242.54 0.34 0.59
Hex 76 73 BA 25 26 0 1B F3 22 3B
Octal 166 163 272 45 46 0 33 363 42 73
Binary 1110110 1110011 10111010 100101 100110 0 11011 11110011 100010 111011

Color Harmonies of #7673BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7673BA

Black with #7673BA

Text Example


Text Example

White with #7673BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7673BA; }

 p { color: rgb(118,115,186); }

 H1.HeaderClassName
 {
   color: #7673BA;
 }
 .AnyTagClassName
 {
   color: #7673BA;
 }
</style>

background-color css

<style>
 a { background-color: #7673BA; }

 a { background-color: rgb(118,115,186); }

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

border-color css

<style>
 span { border-color: #7673BA; }

 span { border-color: rgb(118,115,186); }

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