Html Css Color HEX #7673BE Moody Blue

📋 copy color: '#7673BE'

red 118 ◦ green 115 ◦ blue 190

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

Shades of Moody Blue #7673BE

Tints of Moody Blue #7673BE

RGB

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

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

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

R = 27.9%
G = 27.19%
B = 44.92%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7673BE (or 0x7673BE) is known color: Moody Blue. HEX triplet: 76, 73 and BE. RGB value is (118,115,190). Sum of RGB (Red+Green+Blue) = 118+115+190=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #7673BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7673BE is #898C41. Grayscale: #7C7C7C. Windows color (decimal): -9014338 or 12481398. OLE color: 12481398.

HSL color Cylindrical-coordinate representation of color #7673BE: hue angle of 242.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 #7673BE is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 115 190 -
CMYK 0.38 0.39 0 0.25
HSL 242.4º 0.37% 0.6% -
HSV(B) 242.4º 0.39% 0.75% -
XYZ 22.9 19.83 51.34 -
YUV 124.45 164.99 123.4 -
System Red Green Blue C M Y K H S L
Decimal 118 115 190 0.38 0.39 0 0.25 242.4 0.37 0.6
Hex 76 73 BE 26 27 0 19 F2 25 3C
Octal 166 163 276 46 47 0 31 362 45 74
Binary 1110110 1110011 10111110 100110 100111 0 11001 11110010 100101 111100

Color Harmonies of #7673BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7673BE

Black with #7673BE

Text Example


Text Example

White with #7673BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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